Bump Rust deps

Primarily for prost, which had incompatible changes
This commit is contained in:
Damien Elmes 2024-10-21 13:38:29 +10:00
parent 84b6d20e1d
commit 30e734b925
5 changed files with 170 additions and 170 deletions

218
Cargo.lock generated
View file

@ -130,7 +130,7 @@ dependencies = [
"futures", "futures",
"hex", "hex",
"htmlescape", "htmlescape",
"hyper 1.4.1", "hyper 1.5.0",
"id_tree", "id_tree",
"inflections", "inflections",
"itertools 0.13.0", "itertools 0.13.0",
@ -160,7 +160,7 @@ dependencies = [
"sha1", "sha1",
"snafu", "snafu",
"strum 0.26.3", "strum 0.26.3",
"syn 2.0.79", "syn 2.0.82",
"tempfile", "tempfile",
"tokio", "tokio",
"tokio-util", "tokio-util",
@ -304,9 +304,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.89" version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95"
[[package]] [[package]]
name = "apple-bundles" name = "apple-bundles"
@ -353,9 +353,9 @@ dependencies = [
[[package]] [[package]]
name = "async-compression" name = "async-compression"
version = "0.4.15" version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e26a9844c659a2a293d239c7910b752f8487fe122c6c8bd1659bf85a6507c302" checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"memchr", "memchr",
@ -384,7 +384,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -395,7 +395,7 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -424,7 +424,7 @@ dependencies = [
"http 1.1.0", "http 1.1.0",
"http-body 1.0.1", "http-body 1.0.1",
"http-body-util", "http-body-util",
"hyper 1.4.1", "hyper 1.5.0",
"hyper-util", "hyper-util",
"itoa", "itoa",
"matchit", "matchit",
@ -509,7 +509,7 @@ checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -780,7 +780,7 @@ dependencies = [
"derive-new", "derive-new",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -919,7 +919,7 @@ checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -999,9 +999,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.30" version = "1.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
@ -1110,7 +1110,7 @@ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -1452,7 +1452,7 @@ checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -1510,7 +1510,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -1577,7 +1577,7 @@ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -1765,9 +1765,9 @@ dependencies = [
[[package]] [[package]]
name = "flume" name = "flume"
version = "0.11.0" version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
dependencies = [ dependencies = [
"spin 0.9.8", "spin 0.9.8",
] ]
@ -1805,7 +1805,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -1971,7 +1971,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -2569,7 +2569,7 @@ dependencies = [
"markup5ever 0.12.1", "markup5ever 0.12.1",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -2654,9 +2654,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.30" version = "0.14.31"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",
@ -2678,9 +2678,9 @@ dependencies = [
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "1.4.1" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",
@ -2705,7 +2705,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"http 0.2.12", "http 0.2.12",
"hyper 0.14.30", "hyper 0.14.31",
"rustls 0.21.12", "rustls 0.21.12",
"tokio", "tokio",
"tokio-rustls 0.24.1", "tokio-rustls 0.24.1",
@ -2719,9 +2719,9 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"http 1.1.0", "http 1.1.0",
"hyper 1.4.1", "hyper 1.5.0",
"hyper-util", "hyper-util",
"rustls 0.23.14", "rustls 0.23.15",
"rustls-native-certs", "rustls-native-certs",
"rustls-pki-types", "rustls-pki-types",
"tokio", "tokio",
@ -2737,7 +2737,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [ dependencies = [
"bytes", "bytes",
"hyper 0.14.30", "hyper 0.14.31",
"native-tls", "native-tls",
"tokio", "tokio",
"tokio-native-tls", "tokio-native-tls",
@ -2751,7 +2751,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [ dependencies = [
"bytes", "bytes",
"http-body-util", "http-body-util",
"hyper 1.4.1", "hyper 1.5.0",
"hyper-util", "hyper-util",
"native-tls", "native-tls",
"tokio", "tokio",
@ -2770,7 +2770,7 @@ dependencies = [
"futures-util", "futures-util",
"http 1.1.0", "http 1.1.0",
"http-body 1.0.1", "http-body 1.0.1",
"hyper 1.4.1", "hyper 1.5.0",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio", "tokio",
@ -3075,9 +3075,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.159" version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
[[package]] [[package]]
name = "libdbus-sys" name = "libdbus-sys"
@ -3752,7 +3752,7 @@ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -3809,9 +3809,9 @@ dependencies = [
[[package]] [[package]]
name = "openssl" name = "openssl"
version = "0.10.66" version = "0.10.68"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"cfg-if", "cfg-if",
@ -3830,7 +3830,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -3841,9 +3841,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.103" version = "0.9.104"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
@ -4022,7 +4022,7 @@ dependencies = [
"pest_meta", "pest_meta",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -4115,7 +4115,7 @@ dependencies = [
"phf_shared 0.11.2", "phf_shared 0.11.2",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -4153,7 +4153,7 @@ checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -4269,12 +4269,12 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
[[package]] [[package]]
name = "prettyplease" name = "prettyplease"
version = "0.2.22" version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -4305,9 +4305,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.87" version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@ -4320,9 +4320,9 @@ checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
[[package]] [[package]]
name = "prost" name = "prost"
version = "0.12.6" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
dependencies = [ dependencies = [
"bytes", "bytes",
"prost-derive", "prost-derive",
@ -4330,13 +4330,13 @@ dependencies = [
[[package]] [[package]]
name = "prost-build" name = "prost-build"
version = "0.12.6" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15"
dependencies = [ dependencies = [
"bytes", "bytes",
"heck 0.5.0", "heck 0.5.0",
"itertools 0.12.1", "itertools 0.13.0",
"log", "log",
"multimap", "multimap",
"once_cell", "once_cell",
@ -4345,28 +4345,28 @@ dependencies = [
"prost", "prost",
"prost-types", "prost-types",
"regex", "regex",
"syn 2.0.79", "syn 2.0.82",
"tempfile", "tempfile",
] ]
[[package]] [[package]]
name = "prost-derive" name = "prost-derive"
version = "0.12.6" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools 0.12.1", "itertools 0.13.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
name = "prost-reflect" name = "prost-reflect"
version = "0.12.0" version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057237efdb71cf4b3f9396302a3d6599a92fa94063ba537b66130980ea9909f3" checksum = "4b7535b02f0e5efe3e1dbfcb428be152226ed0c66cad9541f2274c8ba8d4cd40"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"prost", "prost",
@ -4375,9 +4375,9 @@ dependencies = [
[[package]] [[package]]
name = "prost-types" name = "prost-types"
version = "0.12.6" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670"
dependencies = [ dependencies = [
"prost", "prost",
] ]
@ -4438,9 +4438,9 @@ dependencies = [
[[package]] [[package]]
name = "pyo3" name = "pyo3"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e89ce2565d6044ca31a3eb79a334c3a79a841120a98f64eea9f579564cb691" checksum = "3d922163ba1f79c04bc49073ba7b32fd5a8d3b76a87c955921234b8e77333c51"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"indoc", "indoc",
@ -4456,9 +4456,9 @@ dependencies = [
[[package]] [[package]]
name = "pyo3-build-config" name = "pyo3-build-config"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8afbaf3abd7325e08f35ffb8deb5892046fcb2608b703db6a583a5ba4cea01e" checksum = "bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"target-lexicon", "target-lexicon",
@ -4466,9 +4466,9 @@ dependencies = [
[[package]] [[package]]
name = "pyo3-ffi" name = "pyo3-ffi"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec15a5ba277339d04763f4c23d85987a5b08cbb494860be141e6a10a8eb88022" checksum = "94845622d88ae274d2729fcefc850e63d7a3ddff5e3ce11bd88486db9f1d357d"
dependencies = [ dependencies = [
"libc", "libc",
"pyo3-build-config", "pyo3-build-config",
@ -4476,27 +4476,27 @@ dependencies = [
[[package]] [[package]]
name = "pyo3-macros" name = "pyo3-macros"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e0f01b5364bcfbb686a52fc4181d412b708a68ed20c330db9fc8d2c2bf5a43" checksum = "e655aad15e09b94ffdb3ce3d217acf652e26bbc37697ef012f5e5e348c716e5e"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"pyo3-macros-backend", "pyo3-macros-backend",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
name = "pyo3-macros-backend" name = "pyo3-macros-backend"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a09b550200e1e5ed9176976d0060cbc2ea82dc8515da07885e7b8153a85caacb" checksum = "ae1e3f09eecd94618f60a455a23def79f79eba4dc561a97324bf9ac8c6df30ce"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
"pyo3-build-config", "pyo3-build-config",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -4528,7 +4528,7 @@ dependencies = [
"quinn-proto", "quinn-proto",
"quinn-udp", "quinn-udp",
"rustc-hash 2.0.0", "rustc-hash 2.0.0",
"rustls 0.23.14", "rustls 0.23.15",
"socket2", "socket2",
"thiserror", "thiserror",
"tokio", "tokio",
@ -4545,7 +4545,7 @@ dependencies = [
"rand", "rand",
"ring 0.17.8", "ring 0.17.8",
"rustc-hash 2.0.0", "rustc-hash 2.0.0",
"rustls 0.23.14", "rustls 0.23.15",
"slab", "slab",
"thiserror", "thiserror",
"tinyvec", "tinyvec",
@ -4794,7 +4794,7 @@ dependencies = [
"h2 0.3.26", "h2 0.3.26",
"http 0.2.12", "http 0.2.12",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.30", "hyper 0.14.31",
"hyper-rustls 0.24.2", "hyper-rustls 0.24.2",
"hyper-tls 0.5.0", "hyper-tls 0.5.0",
"ipnet", "ipnet",
@ -4837,7 +4837,7 @@ dependencies = [
"http 1.1.0", "http 1.1.0",
"http-body 1.0.1", "http-body 1.0.1",
"http-body-util", "http-body-util",
"hyper 1.4.1", "hyper 1.5.0",
"hyper-rustls 0.27.3", "hyper-rustls 0.27.3",
"hyper-tls 0.6.0", "hyper-tls 0.6.0",
"hyper-util", "hyper-util",
@ -4851,7 +4851,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"quinn", "quinn",
"rustls 0.23.14", "rustls 0.23.15",
"rustls-native-certs", "rustls-native-certs",
"rustls-pemfile 2.2.0", "rustls-pemfile 2.2.0",
"rustls-pki-types", "rustls-pki-types",
@ -5015,9 +5015,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.23.14" version = "0.23.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
dependencies = [ dependencies = [
"log", "log",
"once_cell", "once_cell",
@ -5255,14 +5255,14 @@ checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.128" version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
@ -5288,7 +5288,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5460,7 +5460,7 @@ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5572,7 +5572,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustversion", "rustversion",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5585,7 +5585,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustversion", "rustversion",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5607,9 +5607,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.79" version = "2.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5639,7 +5639,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5782,7 +5782,7 @@ checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5905,7 +5905,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -5934,7 +5934,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [ dependencies = [
"rustls 0.23.14", "rustls 0.23.15",
"rustls-pki-types", "rustls-pki-types",
"tokio", "tokio",
] ]
@ -6100,7 +6100,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -6300,7 +6300,7 @@ checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
dependencies = [ dependencies = [
"proc-macro-hack", "proc-macro-hack",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
"unic-langid-impl", "unic-langid-impl",
] ]
@ -6401,7 +6401,7 @@ dependencies = [
"flate2", "flate2",
"log", "log",
"once_cell", "once_cell",
"rustls 0.23.14", "rustls 0.23.15",
"rustls-pki-types", "rustls-pki-types",
"serde", "serde",
"serde_json", "serde_json",
@ -6435,9 +6435,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.10.0" version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"rand", "rand",
@ -6491,7 +6491,7 @@ dependencies = [
"futures-util", "futures-util",
"headers 0.3.9", "headers 0.3.9",
"http 0.2.12", "http 0.2.12",
"hyper 0.14.30", "hyper 0.14.31",
"log", "log",
"mime", "mime",
"mime_guess", "mime_guess",
@ -6545,7 +6545,7 @@ dependencies = [
"once_cell", "once_cell",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]
@ -6579,7 +6579,7 @@ checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
"wasm-bindgen-backend", "wasm-bindgen-backend",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]
@ -6850,7 +6850,7 @@ checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -6861,7 +6861,7 @@ checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -7093,7 +7093,7 @@ dependencies = [
"futures", "futures",
"http 1.1.0", "http 1.1.0",
"http-body-util", "http-body-util",
"hyper 1.4.1", "hyper 1.5.0",
"hyper-util", "hyper-util",
"log", "log",
"once_cell", "once_cell",
@ -7170,7 +7170,7 @@ checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
"synstructure", "synstructure",
] ]
@ -7192,7 +7192,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
] ]
[[package]] [[package]]
@ -7212,7 +7212,7 @@ checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.79", "syn 2.0.82",
"synstructure", "synstructure",
] ]

View file

@ -55,19 +55,19 @@ unicase = "=2.6.0" # any changes could invalidate sqlite indexes
# normal # normal
ammonia = "4.0.0" ammonia = "4.0.0"
anyhow = "1.0.86" anyhow = "1.0.90"
apple-bundles = "0.17.0" apple-bundles = "0.17.0"
async-compression = { version = "0.4.12", features = ["zstd", "tokio"] } async-compression = { version = "0.4.17", features = ["zstd", "tokio"] }
async-stream = "0.3.5" async-stream = "0.3.6"
async-trait = "0.1.82" async-trait = "0.1.83"
axum = { version = "0.7", features = ["multipart", "macros"] } axum = { version = "0.7", features = ["multipart", "macros"] }
axum-client-ip = "0.6" axum-client-ip = "0.6"
axum-extra = { version = "0.9.3", features = ["typed-header"] } axum-extra = { version = "0.9.4", features = ["typed-header"] }
blake3 = "1.5.4" blake3 = "1.5.4"
bytes = "1.7.1" bytes = "1.7.2"
camino = "1.1.9" camino = "1.1.9"
chrono = { version = "0.4.38", default-features = false, features = ["std", "clock"] } chrono = { version = "0.4.38", default-features = false, features = ["std", "clock"] }
clap = { version = "4.3.24", features = ["derive"] } clap = { version = "4.5.20", features = ["derive"] }
coarsetime = "0.1.34" coarsetime = "0.1.34"
convert_case = "0.6.0" convert_case = "0.6.0"
criterion = { version = "0.5.1" } criterion = { version = "0.5.1" }
@ -77,14 +77,14 @@ difflib = "0.4.0"
dirs = "5.0.1" dirs = "5.0.1"
dunce = "1.0.5" dunce = "1.0.5"
envy = "0.4.2" envy = "0.4.2"
flate2 = "1.0.33" flate2 = "1.0.34"
fluent = "0.16.1" fluent = "0.16.1"
fluent-bundle = "0.15.3" fluent-bundle = "0.15.3"
fluent-syntax = "0.11.1" fluent-syntax = "0.11.1"
fnv = "1.0.7" fnv = "1.0.7"
futures = "0.3.30" futures = "0.3.31"
glob = "0.3.1" glob = "0.3.1"
globset = "0.4.14" globset = "0.4.15"
hex = "0.4.3" hex = "0.4.3"
htmlescape = "0.3.1" htmlescape = "0.3.1"
hyper = "1" hyper = "1"
@ -92,47 +92,47 @@ id_tree = "1.8.0"
inflections = "1.1.1" inflections = "1.1.1"
intl-memoizer = "0.5.2" intl-memoizer = "0.5.2"
itertools = "0.13.0" itertools = "0.13.0"
junction = "1.1.0" junction = "1.2.0"
lazy_static = "1.5.0" lazy_static = "1.5.0"
maplit = "1.0.2" maplit = "1.0.2"
nom = "7.1.3" nom = "7.1.3"
num-format = "0.4.4" num-format = "0.4.4"
num_cpus = "1.16.0" num_cpus = "1.16.0"
num_enum = "0.7.2" num_enum = "0.7.3"
once_cell = "1.19.0" once_cell = "1.20.2"
pbkdf2 = { version = "0.12", features = ["simple"] } pbkdf2 = { version = "0.12", features = ["simple"] }
phf = { version = "0.11.2", features = ["macros"] } phf = { version = "0.11.2", features = ["macros"] }
pin-project = "1.1.5" pin-project = "1.1.6"
plist = "1.5.1" plist = "1.7.0"
prettyplease = "0.2.22" prettyplease = "0.2.24"
prost = "0.12.3" prost = "0.13"
prost-build = "0.12.3" prost-build = "0.13"
prost-reflect = "0.12.0" prost-reflect = "0.14"
prost-types = "0.12.3" prost-types = "0.13"
pulldown-cmark = "0.9.6" pulldown-cmark = "0.9.6"
pyo3 = { version = "0.22.2", features = ["extension-module", "abi3", "abi3-py39"] } pyo3 = { version = "0.22.5", features = ["extension-module", "abi3", "abi3-py39"] }
rand = "0.8.5" rand = "0.8.5"
regex = "1.10.6" regex = "1.11.0"
reqwest = { version = "0.12.7", default-features = false, features = ["json", "socks", "stream", "multipart"] } reqwest = { version = "0.12.8", default-features = false, features = ["json", "socks", "stream", "multipart"] }
rusqlite = { version = "0.30.0", features = ["trace", "functions", "collation", "bundled"] } rusqlite = { version = "0.30.0", features = ["trace", "functions", "collation", "bundled"] }
rustls-pemfile = "2.1.3" rustls-pemfile = "2.2.0"
scopeguard = "1.2.0" scopeguard = "1.2.0"
serde = { version = "1.0.209", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde-aux = "4.5.0" serde-aux = "4.5.0"
serde_json = "1.0.127" serde_json = "1.0.132"
serde_repr = "0.1.19" serde_repr = "0.1.19"
serde_tuple = "0.5.0" serde_tuple = "0.5.0"
sha1 = "0.10.6" sha1 = "0.10.6"
sha2 = { version = "0.10.8" } sha2 = { version = "0.10.8" }
simple-file-manifest = "0.11.0" simple-file-manifest = "0.11.0"
snafu = { version = "0.8.4", features = ["rust_1_61"] } snafu = { version = "0.8.5", features = ["rust_1_61"] }
strum = { version = "0.26.3", features = ["derive"] } strum = { version = "0.26.3", features = ["derive"] }
syn = { version = "2.0.77", features = ["parsing", "printing"] } syn = { version = "2.0.82", features = ["parsing", "printing"] }
tar = "0.4.41" tar = "0.4.42"
tempfile = "3.12.0" tempfile = "3.13.0"
termcolor = "1.4.1" termcolor = "1.4.1"
tokio = { version = "1.38", features = ["fs", "rt-multi-thread", "macros", "signal"] } tokio = { version = "1.40", features = ["fs", "rt-multi-thread", "macros", "signal"] }
tokio-util = { version = "0.7.11", features = ["io"] } tokio-util = { version = "0.7.12", features = ["io"] }
tower-http = { version = "0.5", features = ["trace"] } tower-http = { version = "0.5", features = ["trace"] }
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] } tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
tracing-appender = "0.2.3" tracing-appender = "0.2.3"
@ -140,10 +140,10 @@ tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
tugger-windows-codesign = "0.10.0" tugger-windows-codesign = "0.10.0"
unic-langid = { version = "0.9.5", features = ["macros"] } unic-langid = { version = "0.9.5", features = ["macros"] }
unic-ucd-category = "0.9.0" unic-ucd-category = "0.9.0"
unicode-normalization = "0.1.23" unicode-normalization = "0.1.24"
walkdir = "2.5.0" walkdir = "2.5.0"
which = "5.0.0" which = "5.0.0"
wiremock = "0.6.1" wiremock = "0.6.2"
xz2 = "0.1.7" xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] } zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] }
zstd = { version = "0.13.2", features = ["zstdmt"] } zstd = { version = "0.13.2", features = ["zstdmt"] }

View file

@ -136,7 +136,7 @@
}, },
{ {
"name": "anyhow", "name": "anyhow",
"version": "1.0.89", "version": "1.0.90",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow", "repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -181,7 +181,7 @@
}, },
{ {
"name": "async-compression", "name": "async-compression",
"version": "0.4.15", "version": "0.4.17",
"authors": "Wim Looman <wim@nemo157.com>|Allen Bui <fairingrey@gmail.com>", "authors": "Wim Looman <wim@nemo157.com>|Allen Bui <fairingrey@gmail.com>",
"repository": "https://github.com/Nullus157/async-compression", "repository": "https://github.com/Nullus157/async-compression",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -622,7 +622,7 @@
}, },
{ {
"name": "cc", "name": "cc",
"version": "1.1.30", "version": "1.1.31",
"authors": "Alex Crichton <alex@alexcrichton.com>", "authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/cc-rs", "repository": "https://github.com/rust-lang/cc-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1144,7 +1144,7 @@
}, },
{ {
"name": "flume", "name": "flume",
"version": "0.11.0", "version": "0.11.1",
"authors": "Joshua Barretto <joshua.s.barretto@gmail.com>", "authors": "Joshua Barretto <joshua.s.barretto@gmail.com>",
"repository": "https://github.com/zesterer/flume", "repository": "https://github.com/zesterer/flume",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1756,7 +1756,7 @@
}, },
{ {
"name": "hyper", "name": "hyper",
"version": "1.4.1", "version": "1.5.0",
"authors": "Sean McArthur <sean@seanmonstar.com>", "authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/hyper", "repository": "https://github.com/hyperium/hyper",
"license": "MIT", "license": "MIT",
@ -1990,7 +1990,7 @@
}, },
{ {
"name": "libc", "name": "libc",
"version": "0.2.159", "version": "0.2.161",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc", "repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2440,7 +2440,7 @@
}, },
{ {
"name": "openssl", "name": "openssl",
"version": "0.10.66", "version": "0.10.68",
"authors": "Steven Fackler <sfackler@gmail.com>", "authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2467,7 +2467,7 @@
}, },
{ {
"name": "openssl-sys", "name": "openssl-sys",
"version": "0.9.103", "version": "0.9.104",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT", "license": "MIT",
@ -2746,7 +2746,7 @@
}, },
{ {
"name": "prettyplease", "name": "prettyplease",
"version": "0.2.22", "version": "0.2.24",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/prettyplease", "repository": "https://github.com/dtolnay/prettyplease",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2782,7 +2782,7 @@
}, },
{ {
"name": "proc-macro2", "name": "proc-macro2",
"version": "1.0.87", "version": "1.0.88",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>", "authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2", "repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2800,7 +2800,7 @@
}, },
{ {
"name": "prost", "name": "prost",
"version": "0.12.6", "version": "0.13.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2809,7 +2809,7 @@
}, },
{ {
"name": "prost-build", "name": "prost-build",
"version": "0.12.6", "version": "0.13.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2818,7 +2818,7 @@
}, },
{ {
"name": "prost-derive", "name": "prost-derive",
"version": "0.12.6", "version": "0.13.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -2827,7 +2827,7 @@
}, },
{ {
"name": "prost-reflect", "name": "prost-reflect",
"version": "0.12.0", "version": "0.14.2",
"authors": "Andrew Hickman <andrew.hickman1@sky.com>", "authors": "Andrew Hickman <andrew.hickman1@sky.com>",
"repository": "https://github.com/andrewhickman/prost-reflect", "repository": "https://github.com/andrewhickman/prost-reflect",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2836,7 +2836,7 @@
}, },
{ {
"name": "prost-types", "name": "prost-types",
"version": "0.12.6", "version": "0.13.3",
"authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>", "authors": "Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Casper Meijn <casper@meijn.net>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost", "repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -3178,7 +3178,7 @@
}, },
{ {
"name": "rustls", "name": "rustls",
"version": "0.23.14", "version": "0.23.15",
"authors": null, "authors": null,
"repository": "https://github.com/rustls/rustls", "repository": "https://github.com/rustls/rustls",
"license": "Apache-2.0 OR ISC OR MIT", "license": "Apache-2.0 OR ISC OR MIT",
@ -3376,7 +3376,7 @@
}, },
{ {
"name": "serde_json", "name": "serde_json",
"version": "1.0.128", "version": "1.0.132",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/json", "repository": "https://github.com/serde-rs/json",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -3682,7 +3682,7 @@
}, },
{ {
"name": "syn", "name": "syn",
"version": "2.0.79", "version": "2.0.82",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn", "repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -4249,7 +4249,7 @@
}, },
{ {
"name": "uuid", "name": "uuid",
"version": "1.10.0", "version": "1.11.0",
"authors": "Ashley Mannix<ashleymannix@live.com.au>|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>", "authors": "Ashley Mannix<ashleymannix@live.com.au>|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>",
"repository": "https://github.com/uuid-rs/uuid", "repository": "https://github.com/uuid-rs/uuid",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",

View file

@ -29,13 +29,13 @@ pub fn write_rust_protos(descriptors_path: PathBuf) -> Result<DescriptorPool> {
) )
.type_attribute( .type_attribute(
"Deck.Normal.DayLimit", "Deck.Normal.DayLimit",
"#[derive(Copy, Eq, serde::Deserialize, serde::Serialize)]", "#[derive(Eq, serde::Deserialize, serde::Serialize)]",
) )
.type_attribute("HelpPageLinkRequest.HelpPage", "#[derive(strum::EnumIter)]") .type_attribute("HelpPageLinkRequest.HelpPage", "#[derive(strum::EnumIter)]")
.type_attribute("CsvMetadata.Delimiter", "#[derive(strum::EnumIter)]") .type_attribute("CsvMetadata.Delimiter", "#[derive(strum::EnumIter)]")
.type_attribute( .type_attribute(
"Preferences.BackupLimits", "Preferences.BackupLimits",
"#[derive(Copy, serde::Deserialize, serde::Serialize)]", "#[derive(serde::Deserialize, serde::Serialize)]",
) )
.type_attribute( .type_attribute(
"CsvMetadata.DupeResolution", "CsvMetadata.DupeResolution",

View file

@ -77,12 +77,12 @@ impl GraphsContext {
} }
}); });
stats.today = Some(period_stats["today"].clone()); stats.today = Some(period_stats["today"]);
stats.yesterday = Some(period_stats["yesterday"].clone()); stats.yesterday = Some(period_stats["yesterday"]);
stats.week = Some(period_stats["week"].clone()); stats.week = Some(period_stats["week"]);
stats.month = Some(period_stats["month"].clone()); stats.month = Some(period_stats["month"]);
stats.year = Some(period_stats["year"].clone()); stats.year = Some(period_stats["year"]);
stats.all_time = Some(period_stats["all_time"].clone()); stats.all_time = Some(period_stats["all_time"]);
stats stats
} }