From a17ca103bd3f75f29465813bf35a4706ac81ab42 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Wed, 27 Mar 2024 18:38:30 +0100 Subject: [PATCH] Update cargo deps --- Cargo.lock | 455 +++++++++++++----------- crates/kitsune-activitypub/Cargo.toml | 2 +- crates/kitsune-core/Cargo.toml | 2 +- crates/kitsune-email/Cargo.toml | 2 +- crates/kitsune-http-client/Cargo.toml | 11 +- crates/kitsune-observability/Cargo.toml | 2 +- crates/kitsune-s3/Cargo.toml | 2 +- crates/kitsune-service/Cargo.toml | 2 +- crates/kitsune-storage/Cargo.toml | 2 +- crates/kitsune-test/Cargo.toml | 4 +- crates/kitsune-wasm-mrf/Cargo.toml | 2 +- crates/kitsune-webfinger/Cargo.toml | 2 +- kitsune-cli/Cargo.toml | 2 +- kitsune-job-runner/Cargo.toml | 2 +- kitsune/Cargo.toml | 12 +- lib/blowocking/Cargo.toml | 2 +- lib/cursiv/Cargo.toml | 4 +- lib/geomjeungja/Cargo.toml | 6 +- lib/just-retry/Cargo.toml | 2 +- lib/mrf-manifest/Cargo.toml | 12 +- lib/mrf-tool/Cargo.toml | 6 +- lib/post-process/Cargo.toml | 2 +- lib/tower-http-digest/Cargo.toml | 4 +- lib/tower-stop-using-brave/Cargo.toml | 2 +- 24 files changed, 300 insertions(+), 244 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa5367402..e7bdf9c9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ checksum = "d1eb7c4fcde1858a6796c18a729b661346d38e05a207e2d9028bce822fc20283" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -190,9 +190,9 @@ checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" [[package]] name = "arc-swap" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "argh" @@ -213,7 +213,7 @@ dependencies = [ "argh_shared", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -286,7 +286,7 @@ dependencies = [ "proc-macro2", "quote", "serde", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -359,7 +359,7 @@ dependencies = [ "fnv", "futures-util", "http 1.1.0", - "indexmap 2.2.5", + "indexmap 2.2.6", "mime", "multer", "num-traits", @@ -386,7 +386,7 @@ checksum = "93605d26b9da33b4cf6541906a9eb9e74396f1accbbc0f066e06f3b0869b84fc" dependencies = [ "async-graphql", "async-trait", - "axum 0.7.4", + "axum 0.7.5", "bytes", "futures-util", "serde_json", @@ -409,7 +409,7 @@ dependencies = [ "proc-macro2", "quote", "strum", - "syn 2.0.53", + "syn 2.0.55", "thiserror", ] @@ -432,7 +432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68e40849c29a39012d38bff87bfed431f1ed6c53fbec493294c1045d61a7ae75" dependencies = [ "bytes", - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_json", ] @@ -476,7 +476,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -487,13 +487,13 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.78" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -541,9 +541,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" [[package]] name = "autometrics" @@ -569,7 +569,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -586,7 +586,7 @@ dependencies = [ "http 0.2.12", "http-body 0.4.6", "hyper 0.14.28", - "itoa 1.0.10", + "itoa 1.0.11", "matchit", "memchr", "mime", @@ -594,7 +594,7 @@ dependencies = [ "pin-project-lite", "rustversion", "serde", - "sync_wrapper", + "sync_wrapper 0.1.2", "tower", "tower-layer", "tower-service", @@ -602,9 +602,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1236b4b292f6c4d6dc34604bb5120d85c3fe1d1aa596bd5cc52ca054d13e7b9e" +checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" dependencies = [ "async-trait", "axum-core 0.4.3", @@ -617,7 +617,7 @@ dependencies = [ "http-body-util", "hyper 1.2.0", "hyper-util", - "itoa 1.0.10", + "itoa 1.0.11", "matchit", "memchr", "mime", @@ -630,7 +630,7 @@ dependencies = [ "serde_path_to_error", "serde_urlencoded", "sha1", - "sync_wrapper", + "sync_wrapper 1.0.0", "tokio", "tokio-tungstenite", "tower", @@ -671,7 +671,7 @@ dependencies = [ "mime", "pin-project-lite", "rustversion", - "sync_wrapper", + "sync_wrapper 0.1.2", "tower-layer", "tower-service", "tracing", @@ -679,11 +679,11 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "895ff42f72016617773af68fb90da2a9677d89c62338ec09162d4909d86fdd8f" +checksum = "0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733" dependencies = [ - "axum 0.7.4", + "axum 0.7.5", "axum-core 0.4.3", "bytes", "cookie", @@ -699,6 +699,7 @@ dependencies = [ "tower", "tower-layer", "tower-service", + "tracing", ] [[package]] @@ -728,14 +729,14 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] name = "backtrace" -version = "0.3.70" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95d8e92cac0961e91dbd517496b00f7e9b92363dbe6d42c3198268323798860c" +checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" dependencies = [ "addr2line", "cc", @@ -773,6 +774,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64-simd" version = "0.8.0" @@ -935,7 +942,7 @@ dependencies = [ "async-channel 2.2.0", "async-lock 3.3.0", "async-task", - "fastrand 2.0.1", + "fastrand 2.0.2", "futures-io", "futures-lite 2.3.0", "piper", @@ -1206,9 +1213,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1258,9 +1265,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -1281,14 +1288,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1335,7 +1342,7 @@ checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" dependencies = [ "castaway 0.2.2", "cfg-if", - "itoa 1.0.10", + "itoa 1.0.11", "ryu", "serde", "static_assertions", @@ -1411,11 +1418,11 @@ dependencies = [ [[package]] name = "cookie" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd91cf61412820176e137621345ee43b3f4423e589e7ae4e50d601d93e35ef8" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "hmac", "percent-encoding", "rand 0.8.5", @@ -1561,7 +1568,7 @@ dependencies = [ "itertools 0.12.1", "log", "smallvec", - "wasmparser", + "wasmparser 0.201.0", "wasmtime-types", ] @@ -1698,7 +1705,7 @@ checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be" dependencies = [ "cssparser-macros", "dtoa-short", - "itoa 1.0.10", + "itoa 1.0.11", "phf 0.11.2", "smallvec", ] @@ -1710,7 +1717,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1787,7 +1794,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1835,7 +1842,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.10.0", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1857,7 +1864,7 @@ checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" dependencies = [ "darling_core 0.20.8", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1905,7 +1912,7 @@ dependencies = [ "darling 0.20.8", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1915,7 +1922,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" dependencies = [ "derive_builder_core", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1948,7 +1955,7 @@ checksum = "2bba3e9872d7c58ce7ef0fcf1844fcc3e23ef2a58377b50df35dd98e42a5726e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -1960,7 +1967,7 @@ dependencies = [ "bitflags 2.5.0", "byteorder", "diesel_derives", - "itoa 1.0.10", + "itoa 1.0.11", "time", "uuid", ] @@ -1988,7 +1995,7 @@ dependencies = [ "diesel_table_macro_syntax", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2017,7 +2024,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5" dependencies = [ - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2141,11 +2148,11 @@ dependencies = [ [[package]] name = "email-encoding" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75" +checksum = "a87260449b06739ee78d6281c68d2a0ff3e3af64a78df63d3a1aeb3c06997c8a" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "memchr", ] @@ -2197,7 +2204,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2209,7 +2216,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2335,9 +2342,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" [[package]] name = "fd-lock" @@ -2530,7 +2537,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2613,7 +2620,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -2685,7 +2692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" dependencies = [ "fallible-iterator 0.3.0", - "indexmap 2.2.5", + "indexmap 2.2.6", "stable_deref_trait", ] @@ -2705,7 +2712,7 @@ dependencies = [ "bstr", "log", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax 0.8.3", ] [[package]] @@ -2731,7 +2738,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.2.5", + "indexmap 2.2.6", "slab", "tokio", "tokio-util", @@ -2750,7 +2757,7 @@ dependencies = [ "futures-sink", "futures-util", "http 1.1.0", - "indexmap 2.2.5", + "indexmap 2.2.6", "slab", "tokio", "tokio-util", @@ -2967,7 +2974,7 @@ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", - "itoa 1.0.10", + "itoa 1.0.11", ] [[package]] @@ -2978,7 +2985,7 @@ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", - "itoa 1.0.10", + "itoa 1.0.11", ] [[package]] @@ -3090,7 +3097,7 @@ dependencies = [ "http-body 0.4.6", "httparse", "httpdate", - "itoa 1.0.10", + "itoa 1.0.11", "pin-project-lite", "socket2", "tokio", @@ -3113,7 +3120,7 @@ dependencies = [ "http-body 1.0.0", "httparse", "httpdate", - "itoa 1.0.10", + "itoa 1.0.11", "pin-project-lite", "smallvec", "tokio", @@ -3122,20 +3129,20 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" +checksum = "736f15a50e749d033164c56c09783b6102c4ff8da79ad77dbddbbaea0f8567f7" dependencies = [ "futures-util", "http 1.1.0", "hyper 1.2.0", "hyper-util", "log", - "rustls 0.22.2", + "rustls 0.23.4", "rustls-native-certs", "rustls-pki-types", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tower-service", ] @@ -3260,9 +3267,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.5" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3271,9 +3278,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.36.1" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" +checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f" dependencies = [ "console", "globset", @@ -3282,7 +3289,6 @@ dependencies = [ "serde", "similar", "walkdir", - "yaml-rust", ] [[package]] @@ -3448,9 +3454,9 @@ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" [[package]] name = "itoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "js-sys" @@ -3495,7 +3501,7 @@ dependencies = [ "async-graphql-axum", "async-trait", "athena", - "axum 0.7.4", + "axum 0.7.5", "axum-extra", "axum-flash", "blowocking", @@ -4250,16 +4256,16 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lettre" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357ff5edb6d8326473a64c82cf41ddf78ab116f89668c50c4fac1b321e5e80f4" +checksum = "8305b122b8ccc64e437b0de101851f9f00aade5886246e85f341c1d9a15a91b7" dependencies = [ "async-trait", - "base64 0.21.7", + "base64 0.22.0", "chumsky", "email-encoding", "email_address", - "fastrand 2.0.1", + "fastrand 2.0.2", "futures-io", "futures-util", "hostname", @@ -4269,11 +4275,11 @@ dependencies = [ "nom", "percent-encoding", "quoted_printable", - "rustls 0.22.2", + "rustls 0.23.4", "rustls-pemfile 2.1.1", "socket2", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tracing", "url", "webpki-roots", @@ -4410,7 +4416,7 @@ checksum = "adf157a4dc5a29b7b464aa8fe7edeff30076e07e13646a1c3874f58477dc99f8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -4470,8 +4476,8 @@ dependencies = [ "lazy_static", "proc-macro2", "quote", - "regex-syntax 0.8.2", - "syn 2.0.53", + "regex-syntax 0.8.3", + "syn 2.0.55", ] [[package]] @@ -4609,7 +4615,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -4656,9 +4662,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" dependencies = [ "autocfg", ] @@ -4689,8 +4695,8 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb791d015f8947acf5a7f62bd28d00f289bb7ea98cfbe3ffec1d061eee12df12" dependencies = [ - "indexmap 2.2.5", - "itoa 1.0.10", + "indexmap 2.2.6", + "itoa 1.0.11", "lockfree-object-pool", "metrics", "metrics-util", @@ -4710,7 +4716,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.3", - "indexmap 2.2.5", + "indexmap 2.2.6", "metrics", "num_cpus", "ordered-float 4.2.0", @@ -4747,7 +4753,7 @@ checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -4868,8 +4874,8 @@ dependencies = [ "serde", "serde_json", "thiserror", - "wasm-encoder", - "wasmparser", + "wasm-encoder 0.202.0", + "wasmparser 0.202.0", "wat", ] @@ -4881,7 +4887,7 @@ dependencies = [ "miette", "mrf-manifest", "serde_json", - "wasmparser", + "wasmparser 0.202.0", ] [[package]] @@ -4890,7 +4896,7 @@ version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b6f31e38fc879b2dbcca95fd0c03f15351e79e3abcdb8533216cc3bdf14afb5" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "itertools 0.12.1", "mrml-macros", "rustc-hash", @@ -4904,7 +4910,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b99915c25e2b56916308ccd9ca090cb0759226271e5f3b8101e7bbdf7fb8d35" dependencies = [ - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -4917,7 +4923,7 @@ dependencies = [ "mrml-common-macros", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -5031,7 +5037,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -5122,7 +5128,7 @@ checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "crc32fast", "hashbrown 0.14.3", - "indexmap 2.2.5", + "indexmap 2.2.6", "memchr", ] @@ -5372,7 +5378,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3592c190977a91610618349bd947fec5bf10b2ca1cdc882f6623031de4cd34e1" dependencies = [ - "axum 0.7.4", + "axum 0.7.5", "oxide-auth", ] @@ -5627,7 +5633,7 @@ dependencies = [ "phf_shared 0.11.2", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -5674,7 +5680,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -5696,7 +5702,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" dependencies = [ "atomic-waker", - "fastrand 2.0.1", + "fastrand 2.0.2", "futures-io", ] @@ -5729,9 +5735,9 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "platforms" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" +checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "plotters" @@ -5921,7 +5927,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.8.2", + "regex-syntax 0.8.3", "unarray", ] @@ -5945,7 +5951,7 @@ dependencies = [ "itertools 0.11.0", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -6185,9 +6191,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", @@ -6216,7 +6222,7 @@ dependencies = [ "combine", "futures", "futures-util", - "itoa 1.0.10", + "itoa 1.0.11", "percent-encoding", "pin-project-lite", "rustls 0.22.2", @@ -6268,7 +6274,7 @@ checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -6286,14 +6292,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax 0.8.3", ] [[package]] @@ -6304,7 +6310,7 @@ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax 0.8.3", ] [[package]] @@ -6315,9 +6321,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "rend" @@ -6465,7 +6471,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf903247e7165156378cd1a7deda977b8e8567683ed97ad7330376dbf92f473" dependencies = [ "arc-swap", - "fastrand 2.0.1", + "fastrand 2.0.2", "lazy_static", "nom", "num-bigint", @@ -6507,7 +6513,7 @@ dependencies = [ "proc-macro2", "quote", "rust-embed-utils", - "syn 2.0.53", + "syn 2.0.55", "walkdir", ] @@ -6551,7 +6557,7 @@ checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" dependencies = [ "bitflags 2.5.0", "errno", - "itoa 1.0.10", + "itoa 1.0.11", "libc", "linux-raw-sys", "once_cell", @@ -6584,6 +6590,21 @@ dependencies = [ "zeroize", ] +[[package]] +name = "rustls" +version = "0.23.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1" +dependencies = [ + "log", + "once_cell", + "ring", + "rustls-pki-types", + "rustls-webpki 0.102.2", + "subtle", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.7.0" @@ -6618,9 +6639,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "868e20fada228fefaf6b652e00cc73623d54f8171e7352c18bb281571f2d92da" +checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" [[package]] name = "rustls-webpki" @@ -6876,7 +6897,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -6897,19 +6918,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50437e6a58912eecc08865e35ea2e8d365fbb2db0debb1c8bb43bf1faf055f25" dependencies = [ "form_urlencoded", - "indexmap 2.2.5", - "itoa 1.0.10", + "indexmap 2.2.6", + "itoa 1.0.11", "ryu", "serde", ] [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ - "itoa 1.0.10", + "itoa 1.0.11", "ryu", "serde", ] @@ -6920,7 +6941,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" dependencies = [ - "itoa 1.0.10", + "itoa 1.0.11", "serde", ] @@ -6958,7 +6979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" dependencies = [ "form_urlencoded", - "itoa 1.0.10", + "itoa 1.0.11", "ryu", "serde", ] @@ -6983,7 +7004,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_derive", "serde_json", @@ -7012,7 +7033,7 @@ dependencies = [ "darling 0.20.8", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7262,7 +7283,7 @@ checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7382,7 +7403,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta-derive", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7393,7 +7414,7 @@ checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7416,7 +7437,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7459,9 +7480,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.53" +version = "2.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" +checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" dependencies = [ "proc-macro2", "quote", @@ -7474,6 +7495,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "sync_wrapper" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c" + [[package]] name = "system-interface" version = "0.27.1" @@ -7535,7 +7562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", - "fastrand 2.0.1", + "fastrand 2.0.2", "rustix", "windows-sys 0.52.0", ] @@ -7580,9 +7607,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d0334776e1e8ee7c504a922c5236daf865ffe413aa630d84ae91dcce0b10bc3" +checksum = "204d1c7516bfdc8a01bb85d3e30145e5bbeb2351812e5e8aa6971769109b45b5" dependencies = [ "testcontainers", ] @@ -7627,7 +7654,7 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7654,7 +7681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", - "itoa 1.0.10", + "itoa 1.0.11", "libc", "num-conv", "num_threads", @@ -7742,7 +7769,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -7818,6 +7845,17 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-rustls" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +dependencies = [ + "rustls 0.23.4", + "rustls-pki-types", + "tokio", +] + [[package]] name = "tokio-stream" version = "0.1.15" @@ -7898,7 +7936,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", @@ -7911,7 +7949,7 @@ version = "0.22.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", @@ -8078,7 +8116,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -8202,7 +8240,7 @@ checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -8319,7 +8357,7 @@ version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "272ebdfbc99111033031d2f10e018836056e4d2c8e2acda76450ec7974269fa7" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_json", "utoipa-gen", @@ -8335,7 +8373,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.53", + "syn 2.0.55", "uuid", ] @@ -8345,7 +8383,7 @@ version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b39868d43c011961e04b41623e050aedf2cc93652562ff7935ce0f819aaf2da" dependencies = [ - "axum 0.7.4", + "axum 0.7.5", "mime_guess", "regex", "rust-embed", @@ -8392,7 +8430,7 @@ checksum = "dad8db98c1e677797df21ba03fca7d3bf9bec3ca38db930954e4fe6e1ea27eb4" dependencies = [ "float-cmp", "halfbrown", - "itoa 1.0.10", + "itoa 1.0.11", "ryu", ] @@ -8490,7 +8528,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", "wasm-bindgen-shared", ] @@ -8524,7 +8562,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -8544,6 +8582,15 @@ dependencies = [ "leb128", ] +[[package]] +name = "wasm-encoder" +version = "0.202.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfd106365a7f5f7aa3c1916a98cbb3ad477f5ff96ddb130285a91c6e7429e67a" +dependencies = [ + "leb128", +] + [[package]] name = "wasm-metadata" version = "0.201.0" @@ -8551,13 +8598,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2" dependencies = [ "anyhow", - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_derive", "serde_json", "spdx", - "wasm-encoder", - "wasmparser", + "wasm-encoder 0.201.0", + "wasmparser 0.201.0", ] [[package]] @@ -8567,7 +8614,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708" dependencies = [ "bitflags 2.5.0", - "indexmap 2.2.5", + "indexmap 2.2.6", + "semver", +] + +[[package]] +name = "wasmparser" +version = "0.202.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6998515d3cf3f8b980ef7c11b29a9b1017d4cf86b99ae93b546992df9931413" +dependencies = [ + "bitflags 2.5.0", + "indexmap 2.2.6", "semver", ] @@ -8578,7 +8636,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265" dependencies = [ "anyhow", - "wasmparser", + "wasmparser 0.201.0", ] [[package]] @@ -8595,7 +8653,7 @@ dependencies = [ "cfg-if", "encoding_rs", "gimli", - "indexmap 2.2.5", + "indexmap 2.2.6", "libc", "log", "object", @@ -8608,7 +8666,7 @@ dependencies = [ "serde_derive", "serde_json", "target-lexicon", - "wasmparser", + "wasmparser 0.201.0", "wasmtime-component-macro", "wasmtime-component-util", "wasmtime-cranelift", @@ -8639,7 +8697,7 @@ dependencies = [ "anyhow", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", "wasmtime-component-util", "wasmtime-wit-bindgen", "wit-parser", @@ -8670,7 +8728,7 @@ dependencies = [ "object", "target-lexicon", "thiserror", - "wasmparser", + "wasmparser 0.201.0", "wasmtime-cranelift-shared", "wasmtime-environ", "wasmtime-versioned-export-macros", @@ -8702,15 +8760,15 @@ dependencies = [ "bincode", "cranelift-entity", "gimli", - "indexmap 2.2.5", + "indexmap 2.2.6", "log", "object", "serde", "serde_derive", "target-lexicon", "thiserror", - "wasm-encoder", - "wasmparser", + "wasm-encoder 0.201.0", + "wasmparser 0.201.0", "wasmprinter", "wasmtime-component-util", "wasmtime-types", @@ -8752,7 +8810,7 @@ dependencies = [ "cc", "cfg-if", "encoding_rs", - "indexmap 2.2.5", + "indexmap 2.2.6", "libc", "log", "mach", @@ -8762,7 +8820,7 @@ dependencies = [ "psm", "rustix", "sptr", - "wasm-encoder", + "wasm-encoder 0.201.0", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-fiber", @@ -8787,7 +8845,7 @@ dependencies = [ "serde", "serde_derive", "thiserror", - "wasmparser", + "wasmparser 0.201.0", ] [[package]] @@ -8798,7 +8856,7 @@ checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -8842,7 +8900,7 @@ dependencies = [ "gimli", "object", "target-lexicon", - "wasmparser", + "wasmparser 0.201.0", "wasmtime-cranelift-shared", "wasmtime-environ", "winch-codegen", @@ -8856,7 +8914,7 @@ checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38" dependencies = [ "anyhow", "heck 0.4.1", - "indexmap 2.2.5", + "indexmap 2.2.6", "wit-parser", ] @@ -8868,22 +8926,22 @@ checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490" [[package]] name = "wast" -version = "201.0.0" +version = "202.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ef6e1ef34d7da3e2b374fd2b1a9c0227aff6cad596e1b24df9b58d0f6222faa" +checksum = "1fbcb11204515c953c9b42ede0a46a1c5e17f82af05c4fae201a8efff1b0f4fe" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder", + "wasm-encoder 0.202.0", ] [[package]] name = "wat" -version = "1.201.0" +version = "1.202.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453d5b37a45b98dee4f4cb68015fc73634d7883bbef1c65e6e9c78d454cf3f32" +checksum = "4de4b15a47135c56a3573406e9977b9518787a6154459b4842a9b9d3d1684848" dependencies = [ "wast", ] @@ -8993,7 +9051,7 @@ dependencies = [ "regalloc2", "smallvec", "target-lexicon", - "wasmparser", + "wasmparser 0.201.0", "wasmtime-environ", ] @@ -9211,7 +9269,7 @@ checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3" dependencies = [ "anyhow", "heck 0.4.1", - "indexmap 2.2.5", + "indexmap 2.2.6", "wasm-metadata", "wit-bindgen-core", "wit-component", @@ -9226,7 +9284,7 @@ dependencies = [ "anyhow", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", "wit-bindgen-core", "wit-bindgen-rust", ] @@ -9239,14 +9297,14 @@ checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825" dependencies = [ "anyhow", "bitflags 2.5.0", - "indexmap 2.2.5", + "indexmap 2.2.6", "log", "serde", "serde_derive", "serde_json", - "wasm-encoder", + "wasm-encoder 0.201.0", "wasm-metadata", - "wasmparser", + "wasmparser 0.201.0", "wit-parser", ] @@ -9258,14 +9316,14 @@ checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6" dependencies = [ "anyhow", "id-arena", - "indexmap 2.2.5", + "indexmap 2.2.6", "log", "semver", "serde", "serde_derive", "serde_json", "unicode-xid", - "wasmparser", + "wasmparser 0.201.0", ] [[package]] @@ -9314,15 +9372,6 @@ dependencies = [ "tracing-subscriber", ] -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "yansi" version = "0.5.1" @@ -9356,7 +9405,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] @@ -9376,7 +9425,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.55", ] [[package]] diff --git a/crates/kitsune-activitypub/Cargo.toml b/crates/kitsune-activitypub/Cargo.toml index abae294a5..c38c537e9 100644 --- a/crates/kitsune-activitypub/Cargo.toml +++ b/crates/kitsune-activitypub/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" autometrics = { version = "1.0.1", default-features = false } base64-simd = "0.8.0" diesel = "2.1.5" diff --git a/crates/kitsune-core/Cargo.toml b/crates/kitsune-core/Cargo.toml index 1aa81f889..b0581b58a 100644 --- a/crates/kitsune-core/Cargo.toml +++ b/crates/kitsune-core/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true build = "build.rs" [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" const_format = "0.2.32" http = "1.1.0" kitsune-db = { path = "../kitsune-db" } diff --git a/crates/kitsune-email/Cargo.toml b/crates/kitsune-email/Cargo.toml index cbd0c9098..6accba4d5 100644 --- a/crates/kitsune-email/Cargo.toml +++ b/crates/kitsune-email/Cargo.toml @@ -15,7 +15,7 @@ diesel = "2.1.5" diesel-async = "0.4.1" kitsune-db = { path = "../kitsune-db" } kitsune-url = { path = "../kitsune-url" } -lettre = { version = "0.11.4", default-features = false, features = [ +lettre = { version = "0.11.5", default-features = false, features = [ "builder", "hostname", "pool", diff --git a/crates/kitsune-http-client/Cargo.toml b/crates/kitsune-http-client/Cargo.toml index fea14b345..bb78349d5 100644 --- a/crates/kitsune-http-client/Cargo.toml +++ b/crates/kitsune-http-client/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] async-stream = "0.3.5" -bytes = "1.5.0" +bytes = "1.6.0" futures-util = { version = "0.3.30", default-features = false, features = [ "alloc", ] } @@ -21,7 +21,14 @@ hyper-util = { version = "0.1.3", features = [ "http2", "tokio", ] } -hyper-rustls = { version = "0.26.0", features = ["http2"] } +hyper-rustls = { version = "0.27.0", default-features = false, features = [ + "http1", + "http2", + "logging", + "native-tokio", + "ring", + "tls12", +] } kitsune-type = { path = "../kitsune-type" } pin-project = "1.1.5" serde = "1.0.197" diff --git a/crates/kitsune-observability/Cargo.toml b/crates/kitsune-observability/Cargo.toml index 1f6c07ead..245cc4d3e 100644 --- a/crates/kitsune-observability/Cargo.toml +++ b/crates/kitsune-observability/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" http-body-util = "0.1.1" http-compat = { path = "../../lib/http-compat" } hyper = { version = "1.2.0", default-features = false } diff --git a/crates/kitsune-s3/Cargo.toml b/crates/kitsune-s3/Cargo.toml index cfde1efe8..bc5269065 100644 --- a/crates/kitsune-s3/Cargo.toml +++ b/crates/kitsune-s3/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license.workspace = true [dependencies] -bytes = "1.5.0" +bytes = "1.6.0" futures-util = { version = "0.3.30", default-features = false } http = "1.1.0" kitsune-http-client = { path = "../kitsune-http-client" } diff --git a/crates/kitsune-service/Cargo.toml b/crates/kitsune-service/Cargo.toml index 1854ba69e..31e1b48a6 100644 --- a/crates/kitsune-service/Cargo.toml +++ b/crates/kitsune-service/Cargo.toml @@ -11,7 +11,7 @@ argon2 = "0.5.3" async-stream = "0.3.5" athena = { path = "../../lib/athena" } blowocking = { path = "../../lib/blowocking" } -bytes = "1.5.0" +bytes = "1.6.0" derive_builder = "0.20.0" diesel = "2.1.5" diesel-async = "0.4.1" diff --git a/crates/kitsune-storage/Cargo.toml b/crates/kitsune-storage/Cargo.toml index e899127f8..86cc6f994 100644 --- a/crates/kitsune-storage/Cargo.toml +++ b/crates/kitsune-storage/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -bytes = "1.5.0" +bytes = "1.6.0" derive_more = { version = "1.0.0-beta.6", features = ["from"] } futures-util = "0.3.30" kitsune-s3 = { path = "../kitsune-s3" } diff --git a/crates/kitsune-test/Cargo.toml b/crates/kitsune-test/Cargo.toml index a2961084f..9213f89cc 100644 --- a/crates/kitsune-test/Cargo.toml +++ b/crates/kitsune-test/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license.workspace = true [dependencies] -bytes = "1.5.0" +bytes = "1.6.0" diesel-async = "0.4.1" futures-util = "0.3.30" http = "1.1.0" @@ -24,7 +24,7 @@ redis = { version = "0.25.2", default-features = false, features = [ ] } rusty-s3 = { version = "0.5.0", default-features = false } testcontainers = "0.15.0" -testcontainers-modules = { version = "0.3.5", features = [ +testcontainers-modules = { version = "0.3.6", features = [ "minio", "postgres", "redis", diff --git a/crates/kitsune-wasm-mrf/Cargo.toml b/crates/kitsune-wasm-mrf/Cargo.toml index ae11cf6b1..529b7e00e 100644 --- a/crates/kitsune-wasm-mrf/Cargo.toml +++ b/crates/kitsune-wasm-mrf/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true build = "build.rs" [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" derive_more = { version = "1.0.0-beta.6", features = ["from"] } enum_dispatch = "0.3.12" futures-util = { version = "0.3.30", default-features = false, features = [ diff --git a/crates/kitsune-webfinger/Cargo.toml b/crates/kitsune-webfinger/Cargo.toml index 25f0d9829..8440cfdcb 100644 --- a/crates/kitsune-webfinger/Cargo.toml +++ b/crates/kitsune-webfinger/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" autometrics = { version = "1.0.1", default-features = false } futures-util = "0.3.30" http = "1.1.0" diff --git a/kitsune-cli/Cargo.toml b/kitsune-cli/Cargo.toml index 6e0071946..92611a826 100644 --- a/kitsune-cli/Cargo.toml +++ b/kitsune-cli/Cargo.toml @@ -13,7 +13,7 @@ license = false eula = false [dependencies] -clap = { version = "4.5.3", features = ["derive", "wrap_help"] } +clap = { version = "4.5.4", features = ["derive", "wrap_help"] } diesel = "2.1.5" diesel-async = "0.4.1" dotenvy = "0.15.7" diff --git a/kitsune-job-runner/Cargo.toml b/kitsune-job-runner/Cargo.toml index 33b1fa7cd..620328659 100644 --- a/kitsune-job-runner/Cargo.toml +++ b/kitsune-job-runner/Cargo.toml @@ -13,7 +13,7 @@ eula = false [dependencies] athena = { path = "../lib/athena" } -clap = { version = "4.5.3", features = ["derive", "wrap_help"] } +clap = { version = "4.5.4", features = ["derive", "wrap_help"] } just-retry = { path = "../lib/just-retry" } kitsune-config = { path = "../crates/kitsune-config" } kitsune-core = { path = "../crates/kitsune-core" } diff --git a/kitsune/Cargo.toml b/kitsune/Cargo.toml index 29d086473..936e2bc4e 100644 --- a/kitsune/Cargo.toml +++ b/kitsune/Cargo.toml @@ -21,9 +21,9 @@ askama = { version = "0.12.1", features = [ "with-axum", ], default-features = false } askama_axum = "0.4.0" -async-trait = "0.1.78" -axum = { version = "0.7.4", features = ["macros", "multipart"] } -axum-extra = { version = "0.9.2", features = [ +async-trait = "0.1.79" +axum = { version = "0.7.5", features = ["macros", "multipart"] } +axum-extra = { version = "0.9.3", features = [ "cookie", "cookie-signed", "query", @@ -31,9 +31,9 @@ axum-extra = { version = "0.9.2", features = [ ] } axum-flash = "0.8.0" blowocking = { path = "../lib/blowocking" } -bytes = "1.5.0" -chrono = { version = "0.4.35", default-features = false } -clap = { version = "4.5.3", features = ["derive", "wrap_help"] } +bytes = "1.6.0" +chrono = { version = "0.4.37", default-features = false } +clap = { version = "4.5.4", features = ["derive", "wrap_help"] } cursiv = { path = "../lib/cursiv", features = ["axum"] } der = { version = "0.7.8", features = ["std"] } diesel = "2.1.5" diff --git a/lib/blowocking/Cargo.toml b/lib/blowocking/Cargo.toml index 49d4b3620..2ee5184dc 100644 --- a/lib/blowocking/Cargo.toml +++ b/lib/blowocking/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] once_cell = "1.19.0" -rayon = "1.9.0" +rayon = "1.10.0" thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["sync"] } tracing = "0.1.40" diff --git a/lib/cursiv/Cargo.toml b/lib/cursiv/Cargo.toml index 66874051c..495c5f005 100644 --- a/lib/cursiv/Cargo.toml +++ b/lib/cursiv/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [dependencies] aliri_braid = "0.4.0" blake3 = "1.5.1" -cookie = { version = "0.18.0", features = ["percent-encode"] } +cookie = { version = "0.18.1", features = ["percent-encode"] } hex-simd = "0.8.0" http = "1.1.0" pin-project-lite = "0.2.13" @@ -17,7 +17,7 @@ tower = { version = "0.4.13", default-features = false } zeroize = { version = "1.7.0", features = ["derive"] } # `axum` feature -async-trait = { version = "0.1.78", optional = true } +async-trait = { version = "0.1.79", optional = true } axum-core = { version = "0.4.3", optional = true } [dev-dependencies] diff --git a/lib/geomjeungja/Cargo.toml b/lib/geomjeungja/Cargo.toml index e30c7ac65..4270ec9c5 100644 --- a/lib/geomjeungja/Cargo.toml +++ b/lib/geomjeungja/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license = "MIT OR Apache-2.0" [dependencies] -async-trait = "0.1.78" +async-trait = "0.1.79" hickory-resolver = { version = "0.24.0", features = ["dns-over-rustls"] } rand = "0.8.5" serde = { version = "1.0.197", features = ["derive"] } @@ -16,9 +16,9 @@ tracing = "0.1.40" typed-builder = "0.18.1" [dev-dependencies] -insta = { version = "1.36.1", features = ["json"] } +insta = { version = "1.37.0", features = ["json"] } rand_xorshift = "0.3.0" -serde_json = "1.0.114" +serde_json = "1.0.115" tokio = { version = "1.36.0", features = ["macros", "rt"] } [lints] diff --git a/lib/just-retry/Cargo.toml b/lib/just-retry/Cargo.toml index a4f3b76f4..0385142ac 100644 --- a/lib/just-retry/Cargo.toml +++ b/lib/just-retry/Cargo.toml @@ -6,7 +6,7 @@ version.workspace = true license = "MIT OR Apache-2.0" [dependencies] -chrono = { version = "0.4.35", default-features = false, features = ["std"] } +chrono = { version = "0.4.37", default-features = false, features = ["std"] } retry-policies = "0.3.0" tokio = { version = "1.36.0", features = ["time"] } tracing = "0.1.40" diff --git a/lib/mrf-manifest/Cargo.toml b/lib/mrf-manifest/Cargo.toml index 193c9813a..d5a0011ba 100644 --- a/lib/mrf-manifest/Cargo.toml +++ b/lib/mrf-manifest/Cargo.toml @@ -12,15 +12,15 @@ olpc-cjson = { version = "0.1.3", optional = true } schemars = { version = "0.8.16", features = ["impl_json_schema", "semver"] } semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1.0.197", features = ["derive"] } -serde_json = { version = "1.0.114", optional = true } +serde_json = { version = "1.0.115", optional = true } thiserror = { version = "1.0.58", optional = true } -wasm-encoder = { version = "0.201.0", optional = true } -wasmparser = { version = "0.201.0", optional = true } +wasm-encoder = { version = "0.202.0", optional = true } +wasmparser = { version = "0.202.0", optional = true } [dev-dependencies] -serde_json = "1.0.114" -insta = { version = "1.36.1", default-features = false, features = ["json"] } -wat = "1.201.0" +serde_json = "1.0.115" +insta = { version = "1.37.0", default-features = false, features = ["json"] } +wat = "1.202.0" [features] decode = [ diff --git a/lib/mrf-tool/Cargo.toml b/lib/mrf-tool/Cargo.toml index 710891a0d..7088deafa 100644 --- a/lib/mrf-tool/Cargo.toml +++ b/lib/mrf-tool/Cargo.toml @@ -7,15 +7,15 @@ version.workspace = true license = "MIT OR Apache-2.0" [dependencies] -clap = { version = "4.5.3", features = ["derive", "wrap_help"] } +clap = { version = "4.5.4", features = ["derive", "wrap_help"] } miette = { version = "7.2.0", features = ["fancy"] } mrf-manifest = { path = "../mrf-manifest", features = [ "decode", "encode", "serialise", ] } -serde_json = "1.0.114" -wasmparser = "0.201.0" +serde_json = "1.0.115" +wasmparser = "0.202.0" [lints] workspace = true diff --git a/lib/post-process/Cargo.toml b/lib/post-process/Cargo.toml index cfb57e3e7..645a39d63 100644 --- a/lib/post-process/Cargo.toml +++ b/lib/post-process/Cargo.toml @@ -15,7 +15,7 @@ logos = "0.14.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["async_futures"] } futures = "0.3.30" -insta = { version = "1.36.1", features = ["glob"] } +insta = { version = "1.37.0", features = ["glob"] } pretty_assertions = "1.4.0" [lints] diff --git a/lib/tower-http-digest/Cargo.toml b/lib/tower-http-digest/Cargo.toml index 831e29587..48e990a5b 100644 --- a/lib/tower-http-digest/Cargo.toml +++ b/lib/tower-http-digest/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] base64-simd = "0.8.0" -bytes = "1.5.0" +bytes = "1.6.0" either = { version = "1.10.0", default-features = false } http = "1.1.0" http-body = "1.0.0" @@ -20,7 +20,7 @@ tower-service = "0.3.2" tracing = { version = "0.1.40", default-features = false } [dev-dependencies] -bytes = "1.5.0" +bytes = "1.6.0" futures-test = "0.3.30" http-body-util = "0.1.1" tower = { version = "0.4.13", default-features = false, features = ["util"] } diff --git a/lib/tower-stop-using-brave/Cargo.toml b/lib/tower-stop-using-brave/Cargo.toml index ead55c5ba..1c1a80456 100644 --- a/lib/tower-stop-using-brave/Cargo.toml +++ b/lib/tower-stop-using-brave/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" either = "1.10.0" http = "1.1.0" once_cell = "1.19.0" -regex = "1.10.3" +regex = "1.10.4" tower-layer = "0.3.2" tower-service = "0.3.2"