diff --git a/Cargo.lock b/Cargo.lock index b8248bd603..b5602a891e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "arbitrary" @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", @@ -825,9 +825,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfg_aliases" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chacha" @@ -930,9 +930,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -940,9 +940,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -952,20 +952,20 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.2" +version = "4.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e" +checksum = "205d5ef6d485fa47606b98b0ddc4ead26eb850aaa86abfb562a94fb3280ecba0" dependencies = [ - "clap 4.5.16", + "clap 4.5.17", ] [[package]] name = "clap_complete_fig" -version = "4.5.0" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b3e65f91fabdd23cac3d57d39d5d938b4daabd070c335c006dccb866a61110" +checksum = "d494102c8ff3951810c72baf96910b980fb065ca5d3101243e6a8dc19747c86b" dependencies = [ - "clap 4.5.16", + "clap 4.5.17", "clap_complete", ] @@ -1128,18 +1128,18 @@ checksum = "3618cccc083bb987a415d85c02ca6c9994ea5b44731ec28b9ecf09658655fba9" [[package]] name = "const_format" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" dependencies = [ "proc-macro2", "quote", @@ -1385,7 +1385,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.16", + "clap 4.5.17", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -1465,7 +1465,7 @@ dependencies = [ "crossterm_winapi", "libc", "mio 0.8.11", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "signal-hook", "signal-hook-mio", "winapi", @@ -1481,7 +1481,7 @@ dependencies = [ "crossterm_winapi", "libc", "mio 0.8.11", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "signal-hook", "signal-hook-mio", "winapi", @@ -1496,7 +1496,7 @@ dependencies = [ "bitflags 2.5.0", "crossterm_winapi", "libc", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "winapi", ] @@ -1633,16 +1633,15 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "platforms", "rustc_version 0.4.0", "serde", "subtle 2.5.0", @@ -2104,7 +2103,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek 4.1.3", "ed25519", "rand_core 0.6.4", "serde", @@ -2228,7 +2227,7 @@ name = "explorer-api" version = "1.1.38" dependencies = [ "chrono", - "clap 4.5.16", + "clap 4.5.17", "dotenvy", "humantime-serde", "isocountry", @@ -2968,12 +2967,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", - "futures-core", + "futures-util", "http 1.1.0", "http-body 1.0.0", "pin-project-lite", @@ -3121,9 +3120,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" dependencies = [ "bytes", "futures-channel", @@ -3549,9 +3548,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.154" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libm" @@ -3622,9 +3621,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "loom" @@ -3762,6 +3761,16 @@ dependencies = [ "unicase", ] +[[package]] +name = "minicov" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c71e683cd655513b99affab7d317deb690528255a0d5f717f1024093c12b169" +dependencies = [ + "cc", + "walkdir", +] + [[package]] name = "minimal-lexical" version = "0.2.1" @@ -3952,9 +3961,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -4101,7 +4110,7 @@ dependencies = [ "bloomfilter", "bs58", "cfg-if", - "clap 4.5.16", + "clap 4.5.17", "console-subscriber", "cosmwasm-std", "cw-utils", @@ -4222,7 +4231,7 @@ dependencies = [ "bincode", "bs58", "bytes", - "clap 4.5.16", + "clap 4.5.17", "defguard_wireguard_rs", "fastrand 2.1.1", "futures", @@ -4287,7 +4296,7 @@ dependencies = [ name = "nym-bin-common" version = "0.6.0" dependencies = [ - "clap 4.5.16", + "clap 4.5.17", "clap_complete", "clap_complete_fig", "const-str", @@ -4329,7 +4338,7 @@ dependencies = [ "base64 0.22.1", "bip39", "bs58", - "clap 4.5.16", + "clap 4.5.17", "clap_complete", "clap_complete_fig", "dotenvy", @@ -4355,7 +4364,7 @@ dependencies = [ "bip39", "bs58", "cfg-if", - "clap 4.5.16", + "clap 4.5.17", "comfy-table 6.2.0", "cosmrs 0.17.0-pre", "cosmwasm-std", @@ -4406,7 +4415,7 @@ name = "nym-client" version = "1.1.39" dependencies = [ "bs58", - "clap 4.5.16", + "clap 4.5.17", "dirs", "futures", "log", @@ -4446,7 +4455,7 @@ dependencies = [ "base64 0.22.1", "bs58", "cfg-if", - "clap 4.5.16", + "clap 4.5.17", "comfy-table 7.1.1", "futures", "gloo-timers", @@ -4917,7 +4926,7 @@ dependencies = [ "async-trait", "bip39", "bs58", - "clap 4.5.16", + "clap 4.5.17", "colored", "dashmap", "defguard_wireguard_rs", @@ -5102,7 +5111,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bs58", - "clap 4.5.16", + "clap 4.5.17", "nym-bin-common", "nym-credential-storage", "nym-id", @@ -5144,7 +5153,7 @@ dependencies = [ "bincode", "bs58", "bytes", - "clap 4.5.16", + "clap 4.5.17", "etherparse", "futures", "log", @@ -5240,7 +5249,7 @@ dependencies = [ "anyhow", "axum 0.7.5", "bs58", - "clap 4.5.16", + "clap 4.5.17", "colored", "cupid", "dirs", @@ -5341,7 +5350,7 @@ version = "0.1.0" dependencies = [ "anyhow", "axum 0.7.5", - "clap 4.5.16", + "clap 4.5.17", "dashmap", "futures", "log", @@ -5373,7 +5382,7 @@ dependencies = [ "anyhow", "async-trait", "bs58", - "clap 4.5.16", + "clap 4.5.17", "dirs", "futures", "humantime-serde", @@ -5425,7 +5434,7 @@ dependencies = [ "bs58", "cargo_metadata", "celes", - "clap 4.5.16", + "clap 4.5.17", "colored", "cupid", "humantime-serde", @@ -5573,7 +5582,7 @@ name = "nym-nr-query" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.16", + "clap 4.5.17", "log", "nym-bin-common", "nym-network-defaults", @@ -5600,7 +5609,7 @@ dependencies = [ "chacha20", "chacha20poly1305", "criterion 0.4.0", - "curve25519-dalek 4.1.2", + "curve25519-dalek 4.1.3", "fastrand 2.1.1", "getrandom", "log", @@ -5651,7 +5660,7 @@ dependencies = [ "nym-task", "nym-topology", "nym-validator-client", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pretty_env_logger", "rand", "reqwest 0.12.4", @@ -5697,7 +5706,7 @@ name = "nym-socks5-client" version = "1.1.39" dependencies = [ "bs58", - "clap 4.5.16", + "clap 4.5.17", "log", "nym-bin-common", "nym-client-core", @@ -6116,7 +6125,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bip39", - "clap 4.5.16", + "clap 4.5.17", "cosmwasm-std", "futures", "humantime 2.1.0", @@ -6227,7 +6236,7 @@ version = "0.1.5" dependencies = [ "anyhow", "bytes", - "clap 4.5.16", + "clap 4.5.17", "dotenvy", "flate2", "futures", @@ -6483,9 +6492,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.10", @@ -6705,12 +6714,6 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" -[[package]] -name = "platforms" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" - [[package]] name = "plotters" version = "0.3.5" @@ -6881,7 +6884,7 @@ dependencies = [ "fnv", "lazy_static", "memchr", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "protobuf", "thiserror", ] @@ -6995,9 +6998,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -7348,7 +7351,7 @@ dependencies = [ "memchr", "multer", "num_cpus", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite", "rand", "ref-cast", @@ -7699,9 +7702,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.19" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6e7ed6919cb46507fb01ff1654309219f62b4d603822501b0b80d42f6f21ef" +checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" dependencies = [ "dyn-clone", "indexmap 1.9.3", @@ -7712,9 +7715,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.19" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "185f2b7aa7e02d418e453790dde16890256bbd2bcd04b7dc5348811052b53f49" +checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" dependencies = [ "proc-macro2", "quote", @@ -7826,9 +7829,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] @@ -7875,9 +7878,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", @@ -7908,9 +7911,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -8202,7 +8205,7 @@ dependencies = [ "byteorder", "chacha", "ctr", - "curve25519-dalek 4.1.2", + "curve25519-dalek 4.1.3", "digest 0.10.7", "hkdf", "hmac", @@ -8343,7 +8346,7 @@ name = "ssl-inject" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.16", + "clap 4.5.17", "hex", "tokio", ] @@ -8610,9 +8613,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" dependencies = [ "filetime", "libc", @@ -8791,7 +8794,7 @@ dependencies = [ "anyhow", "bip39", "bs58", - "clap 4.5.16", + "clap 4.5.17", "console", "cw-utils", "dkg-bypass-contract", @@ -8950,7 +8953,7 @@ dependencies = [ "bytes", "libc", "mio 1.0.2", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2", @@ -9026,9 +9029,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -9051,12 +9054,12 @@ dependencies = [ [[package]] name = "tokio-tun" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65d79912ba514490b1f5a574b585e19082bd2a6b238970c87c57a66bd77206b5" +checksum = "68f5381752d5832fc811f89d54fc334951aa435022f494190ba7151661f206df" dependencies = [ "libc", - "nix 0.28.0", + "nix 0.29.0", "thiserror", "tokio", ] @@ -9078,9 +9081,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -9646,9 +9649,9 @@ checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3" [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna 0.5.0", @@ -9893,12 +9896,13 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-bindgen-test" -version = "0.3.42" +version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" +checksum = "68497a05fb21143a08a7d24fc81763384a3072ee43c44e86aad1744d6adef9d9" dependencies = [ "console_error_panic_hook", "js-sys", + "minicov", "scoped-tls", "wasm-bindgen", "wasm-bindgen-futures", @@ -9907,9 +9911,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-test-macro" -version = "0.3.42" +version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" +checksum = "4b8220be1fa9e4c889b30fd207d4906657e7e90b12e0e6b0c8b8d8709f5de021" dependencies = [ "proc-macro2", "quote", @@ -10001,7 +10005,7 @@ checksum = "5f656cd8858a5164932d8a90f936700860976ec21eb00e0fe2aa8cab13f6b4cf" dependencies = [ "futures", "js-sys", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-utils", "slab", "wasm-bindgen", @@ -10397,7 +10401,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek 4.1.3", "rand_core 0.6.4", "serde", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index a76bc4d0e6..38e9db4f02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,9 +169,9 @@ readme = "README.md" addr = "0.15.6" aes = "0.8.1" aes-gcm = "0.10.1" -anyhow = "1.0.71" +anyhow = "1.0.87" argon2 = "0.5.0" -async-trait = "0.1.81" +async-trait = "0.1.82" axum = "0.7.5" axum-extra = "0.9.3" base64 = "0.22.1" @@ -194,7 +194,7 @@ chacha20 = "0.9.0" chacha20poly1305 = "0.10.1" chrono = "0.4.31" cipher = "0.4.3" -clap = "4.5.16" +clap = "4.5.17" clap_complete = "4.5" clap_complete_fig = "4.5" colored = "2.0" @@ -203,7 +203,7 @@ console = "0.15.8" console-subscriber = "0.1.1" console_error_panic_hook = "0.1" const-str = "0.5.6" -const_format = "0.2.32" +const_format = "0.2.33" criterion = "0.4" csv = "1.3.0" ctr = "0.9.1" @@ -255,7 +255,7 @@ okapi = "0.7.0" once_cell = "1.7.2" opentelemetry = "0.19.0" opentelemetry-jaeger = "0.18.0" -parking_lot = "0.12.1" +parking_lot = "0.12.3" pem = "0.8" petgraph = "0.6.5" pin-project = "1.0" @@ -275,12 +275,12 @@ rocket = "0.5.0" rocket_cors = "0.6.0" rocket_okapi = "0.8.0" safer-ffi = "0.1.12" -schemars = "0.8.1" +schemars = "0.8.21" semver = "1.0.23" -serde = "1.0.209" +serde = "1.0.210" serde_bytes = "0.11.15" serde_derive = "1.0" -serde_json = "1.0.127" +serde_json = "1.0.128" serde_repr = "0.1" serde_with = "3.9.0" serde_yaml = "0.9.25" @@ -293,15 +293,15 @@ subtle-encoding = "0.5" syn = "1" sysinfo = "0.30.12" tap = "1.0.1" -tar = "0.4.40" +tar = "0.4.41" tempfile = "3.5.0" thiserror = "1.0.63" time = "0.3.30" tokio = "1.39" -tokio-stream = "0.1.15" +tokio-stream = "0.1.16" tokio-test = "0.4.4" tokio-tungstenite = { version = "0.20.1" } -tokio-util = "0.7.11" +tokio-util = "0.7.12" toml = "0.8.14" tower = "0.4.13" tower-http = "0.5.2" @@ -319,7 +319,7 @@ utoipauto = "0.1" uuid = "*" vergen = { version = "=8.3.1", default-features = false } walkdir = "2" -wasm-bindgen-test = "0.3.36" +wasm-bindgen-test = "0.3.43" x25519-dalek = "2.0.0" zeroize = "1.6.0" diff --git a/common/client-core/Cargo.toml b/common/client-core/Cargo.toml index e23698259e..548592f0ae 100644 --- a/common/client-core/Cargo.toml +++ b/common/client-core/Cargo.toml @@ -71,7 +71,7 @@ features = ["tokio"] ### [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-stream] -version = "0.1.11" +version = "0.1.16" features = ["time"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] diff --git a/common/client-libs/gateway-client/Cargo.toml b/common/client-libs/gateway-client/Cargo.toml index 640d9694df..6390e3a844 100644 --- a/common/client-libs/gateway-client/Cargo.toml +++ b/common/client-libs/gateway-client/Cargo.toml @@ -43,7 +43,7 @@ workspace = true features = ["macros", "rt", "net", "sync", "time"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-stream] -version = "0.1.11" +version = "0.1.16" features = ["net", "sync", "time"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] diff --git a/common/cosmwasm-smart-contracts/group-contract/Cargo.toml b/common/cosmwasm-smart-contracts/group-contract/Cargo.toml index 0a6f33100b..bf053834cb 100644 --- a/common/cosmwasm-smart-contracts/group-contract/Cargo.toml +++ b/common/cosmwasm-smart-contracts/group-contract/Cargo.toml @@ -11,4 +11,4 @@ cosmwasm-schema = { workspace = true } cw4 = { workspace = true } cw-controllers = { workspace = true } schemars = { workspace = true } -serde = { version = "1.0.209", default-features = false, features = ["derive"] } +serde = { version = "1.0.210", default-features = false, features = ["derive"] } diff --git a/common/cosmwasm-smart-contracts/multisig-contract/Cargo.toml b/common/cosmwasm-smart-contracts/multisig-contract/Cargo.toml index 5209cf8abf..664bfa5845 100644 --- a/common/cosmwasm-smart-contracts/multisig-contract/Cargo.toml +++ b/common/cosmwasm-smart-contracts/multisig-contract/Cargo.toml @@ -14,5 +14,5 @@ cw-storage-plus = { workspace = true } cosmwasm-schema = { workspace = true } cosmwasm-std = { workspace = true } schemars = { workspace = true } -serde = { version = "1.0.209", default-features = false, features = ["derive"] } +serde = { version = "1.0.210", default-features = false, features = ["derive"] } thiserror = { workspace = true } diff --git a/common/nonexhaustive-delayqueue/Cargo.toml b/common/nonexhaustive-delayqueue/Cargo.toml index 0211edb62c..9afd584657 100644 --- a/common/nonexhaustive-delayqueue/Cargo.toml +++ b/common/nonexhaustive-delayqueue/Cargo.toml @@ -14,7 +14,7 @@ tokio-stream = { workspace = true } # this one seems to be a thing until `Stream workspace = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util] -version = "0.7.4" +version = "0.7.12" features = ["time"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasmtimer] diff --git a/common/tun/Cargo.toml b/common/tun/Cargo.toml index c141bf87a5..d00114594b 100644 --- a/common/tun/Cargo.toml +++ b/common/tun/Cargo.toml @@ -18,4 +18,4 @@ log.workspace = true nym-wireguard-types = { path = "../wireguard-types", optional = true } [target.'cfg(target_os = "linux")'.dependencies] -tokio-tun = "0.11.2" +tokio-tun = "0.11.5" diff --git a/service-providers/ip-packet-router/Cargo.toml b/service-providers/ip-packet-router/Cargo.toml index 50be33d829..257010c706 100644 --- a/service-providers/ip-packet-router/Cargo.toml +++ b/service-providers/ip-packet-router/Cargo.toml @@ -46,4 +46,4 @@ tokio-util = { workspace = true, features = ["codec"] } url.workspace = true [target.'cfg(target_os = "linux")'.dependencies] -tokio-tun = "0.11.2" +tokio-tun = "0.11.5"