From 1cfed249defc78ed266553eecc2456445a471f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:18:52 +0000 Subject: [PATCH] build(deps): bump the prod group with 6 updates (#8230) Bumps the prod group with 6 updates: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.1` | `2.2.2` | | [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.9` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` | | [sentry](https://github.com/getsentry/sentry-rust) | `0.32.1` | `0.32.2` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.5.1` | `3.6.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.24` | Updates `indexmap` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.1...2.2.2) Updates `toml` from 0.8.8 to 0.8.9 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.9) Updates `tokio` from 1.35.1 to 1.36.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0) Updates `sentry` from 0.32.1 to 0.32.2 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.32.1...0.32.2) Updates `serde_with` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.5.1...v3.6.0) Updates `reqwest` from 0.11.23 to 0.11.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: sentry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 87 +++++++++++++++++----------------- tower-batch-control/Cargo.toml | 4 +- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 6 +-- zebra-consensus/Cargo.toml | 4 +- zebra-grpc/Cargo.toml | 2 +- zebra-network/Cargo.toml | 8 ++-- zebra-node-services/Cargo.toml | 4 +- zebra-rpc/Cargo.toml | 6 +-- zebra-scan/Cargo.toml | 6 +-- zebra-state/Cargo.toml | 6 +-- zebra-test/Cargo.toml | 4 +- zebra-utils/Cargo.toml | 4 +- zebrad/Cargo.toml | 10 ++-- 14 files changed, 77 insertions(+), 76 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6f429089..8d3043c41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.1", + "indexmap 2.2.2", "slab", "tokio", "tokio-util 0.7.10", @@ -2073,9 +2073,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" +checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -2993,7 +2993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.2.1", + "indexmap 2.2.2", ] [[package]] @@ -3547,9 +3547,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.23" +version = "0.11.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" +checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" dependencies = [ "async-compression", "base64 0.21.7", @@ -3574,6 +3574,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "sync_wrapper", "system-configuration", "tokio", "tokio-rustls", @@ -3848,9 +3849,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "sentry" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab18211f62fb890f27c9bb04861f76e4be35e4c2fcbfc2d98afa37aadebb16f1" +checksum = "766448f12e44d68e675d5789a261515c46ac6ccd240abdd451a9c46c84a49523" dependencies = [ "httpdate", "reqwest", @@ -3866,9 +3867,9 @@ dependencies = [ [[package]] name = "sentry-backtrace" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf018ff7d5ce5b23165a9cbfee60b270a55ae219bc9eebef2a3b6039356dd7e5" +checksum = "32701cad8b3c78101e1cd33039303154791b0ff22e7802ed8cc23212ef478b45" dependencies = [ "backtrace", "once_cell", @@ -3878,9 +3879,9 @@ dependencies = [ [[package]] name = "sentry-contexts" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d934df6f9a17b8c15b829860d9d6d39e78126b5b970b365ccbd817bc0fe82c9" +checksum = "17ddd2a91a13805bd8dab4ebf47323426f758c35f7bf24eacc1aded9668f3824" dependencies = [ "hostname", "libc", @@ -3892,9 +3893,9 @@ dependencies = [ [[package]] name = "sentry-core" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e362d3fb1c5de5124bf1681086eaca7adf6a8c4283a7e1545359c729f9128ff" +checksum = "b1189f68d7e7e102ef7171adf75f83a59607fafd1a5eecc9dc06c026ff3bdec4" dependencies = [ "once_cell", "rand 0.8.5", @@ -3905,9 +3906,9 @@ dependencies = [ [[package]] name = "sentry-tracing" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "087bed8c616d176a9c6b662a8155e5f23b40dc9e1fa96d0bd5fb56e8636a9275" +checksum = "3012699a9957d7f97047fd75d116e22d120668327db6e7c59824582e16e791b2" dependencies = [ "sentry-backtrace", "sentry-core", @@ -3917,9 +3918,9 @@ dependencies = [ [[package]] name = "sentry-types" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4f0e37945b7a8ce7faebc310af92442e2d7c5aa7ef5b42fe6daa98ee133f65" +checksum = "c7173fd594569091f68a7c37a886e202f4d0c1db1e1fa1d18a051ba695b2e2ec" dependencies = [ "debugid", "hex", @@ -3967,7 +3968,7 @@ version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "itoa", "ryu", "serde", @@ -4006,18 +4007,18 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c9fdb6b00a489875b22efd4b78fe2b363b72265cc5f6eb2e2b9ee270e6140c" +checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981" dependencies = [ "base64 0.21.7", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.1", + "indexmap 2.2.2", "serde", "serde_json", - "serde_with_macros 3.5.1", + "serde_with_macros 3.6.0", "time", ] @@ -4035,9 +4036,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff351eb4b33600a2e138dfa0b10b65a238ea8ff8fb2387c422c5022a3e8298" +checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15" dependencies = [ "darling 0.20.3", "proc-macro2", @@ -4439,9 +4440,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -4552,14 +4553,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.0", + "toml_edit 0.21.1", ] [[package]] @@ -4577,18 +4578,18 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "toml_datetime", "winnow", ] [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "serde", "serde_spanned", "toml_datetime", @@ -5698,7 +5699,7 @@ dependencies = [ "serde", "serde-big-array", "serde_json", - "serde_with 3.5.1", + "serde_with 3.6.0", "sha2", "spandoc", "static_assertions", @@ -5791,7 +5792,7 @@ dependencies = [ "hex", "howudoin", "humantime-serde", - "indexmap 2.2.1", + "indexmap 2.2.2", "itertools 0.12.1", "lazy_static", "metrics 0.22.0", @@ -5810,7 +5811,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util 0.7.10", - "toml 0.8.8", + "toml 0.8.9", "tower", "tracing", "tracing-error", @@ -5839,7 +5840,7 @@ dependencies = [ "futures", "hex", "hyper", - "indexmap 2.2.1", + "indexmap 2.2.2", "insta", "jsonrpc-core", "jsonrpc-derive", @@ -5872,7 +5873,7 @@ dependencies = [ "ff", "futures", "group", - "indexmap 2.2.1", + "indexmap 2.2.2", "insta", "itertools 0.12.1", "jubjub", @@ -5922,7 +5923,7 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "indexmap 2.2.1", + "indexmap 2.2.2", "insta", "itertools 0.12.1", "jubjub", @@ -5959,7 +5960,7 @@ dependencies = [ "futures", "hex", "humantime", - "indexmap 2.2.1", + "indexmap 2.2.2", "insta", "itertools 0.12.1", "lazy_static", @@ -6021,7 +6022,7 @@ dependencies = [ "howudoin", "humantime-serde", "hyper", - "indexmap 2.2.1", + "indexmap 2.2.2", "indicatif", "inferno", "insta", @@ -6049,7 +6050,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-stream", - "toml 0.8.8", + "toml 0.8.9", "tonic", "tonic-build", "tower", diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index e8e27164d..494bc0829 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3.30" futures-core = "0.3.28" pin-project = "1.1.4" rayon = "1.8.1" -tokio = { version = "1.35.1", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.10" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.39" @@ -41,7 +41,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } ed25519-zebra = "4.0.3" rand = "0.8.5" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } tokio-test = "0.4.3" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index ebb33cd05..7a90391ee 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -22,6 +22,6 @@ futures-core = "0.3.28" tracing = "0.1.39" [dev-dependencies] -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 815d83443..dbf4f79d5 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -113,7 +113,7 @@ tracing = "0.1.39" # Serialization hex = { version = "0.4.3", features = ["serde"] } serde = { version = "1.0.196", features = ["serde_derive", "rc"] } -serde_with = "3.5.1" +serde_with = "3.6.0" serde-big-array = "0.5.1" # Processing @@ -130,7 +130,7 @@ reddsa = "0.5.1" serde_json = { version = "1.0.113", optional = true } # Production feature async-error and testing feature proptest-impl -tokio = { version = "1.35.1", optional = true } +tokio = { version = "1.36.0", optional = true } # Production feature getblocktemplate-rpcs zcash_address = { version = "0.3.1", optional = true } @@ -166,7 +166,7 @@ proptest-derive = "0.4.0" rand = "0.8.5" rand_chacha = "0.3.1" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 9890e42b7..0bdcd4eed 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -53,7 +53,7 @@ futures = "0.3.30" futures-util = "0.3.28" metrics = "0.22.0" thiserror = "1.0.56" -tokio = { version = "1.35.1", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } tracing = "0.1.39" tracing-futures = "0.2.5" @@ -90,7 +90,7 @@ proptest = "1.4.0" proptest-derive = "0.4.0" spandoc = "0.2.2" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } tracing-error = "0.2.0" tracing-subscriber = "0.3.18" diff --git a/zebra-grpc/Cargo.toml b/zebra-grpc/Cargo.toml index c42c36b50..b3b3d903c 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -19,7 +19,7 @@ categories = ["cryptography::cryptocurrencies"] futures-util = "0.3.28" tonic = "0.10.2" prost = "0.12.3" -tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["util", "buffer"] } color-eyre = "0.6.2" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index a2636e8c1..2b36cf9e3 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -47,7 +47,7 @@ chrono = { version = "0.4.33", default-features = false, features = ["clock", "s dirs = "5.0.1" hex = "0.4.3" humantime-serde = "1.1.1" -indexmap = { version = "2.2.1", features = ["serde"] } +indexmap = { version = "2.2.2", features = ["serde"] } itertools = "0.12.1" lazy_static = "1.4.0" num-integer = "0.1.45" @@ -61,7 +61,7 @@ tempfile = "3.9.0" thiserror = "1.0.56" futures = "0.3.30" -tokio = { version = "1.35.1", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.14", features = ["sync", "time"] } tokio-util = { version = "0.7.10", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -90,8 +90,8 @@ proptest = "1.4.0" proptest-derive = "0.4.0" static_assertions = "1.1.0" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } -toml = "0.8.8" +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +toml = "0.8.9" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-node-services/Cargo.toml b/zebra-node-services/Cargo.toml index 2a665ef98..f6949c9fd 100644 --- a/zebra-node-services/Cargo.toml +++ b/zebra-node-services/Cargo.toml @@ -43,7 +43,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.34" } color-eyre = { version = "0.6.2", optional = true } jsonrpc-core = { version = "18.0.0", optional = true } # Security: avoid default dependency on openssl -reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"], optional = true } +reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"], optional = true } serde = { version = "1.0.196", optional = true } serde_json = { version = "1.0.113", optional = true } @@ -51,6 +51,6 @@ serde_json = { version = "1.0.113", optional = true } color-eyre = "0.6.2" jsonrpc-core = "18.0.0" -reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] } serde = "1.0.196" serde_json = "1.0.113" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 0bb38c482..2453fd8ad 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -54,9 +54,9 @@ jsonrpc-http-server = "18.0.0" # zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core serde_json = { version = "1.0.113", features = ["preserve_order"] } -indexmap = { version = "2.2.1", features = ["serde"] } +indexmap = { version = "2.2.2", features = ["serde"] } -tokio = { version = "1.35.1", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.36.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.39" @@ -85,7 +85,7 @@ insta = { version = "1.33.0", features = ["redactions", "json", "ron"] } proptest = "1.4.0" thiserror = "1.0.56" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", features = ["proptest-impl"] } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index cbbf09c80..9a6f350b9 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -42,11 +42,11 @@ proptest-impl = [ [dependencies] color-eyre = "0.6.2" -indexmap = { version = "2.2.1", features = ["serde"] } +indexmap = { version = "2.2.2", features = ["serde"] } itertools = "0.12.1" semver = "1.0.21" serde = { version = "1.0.196", features = ["serde_derive"] } -tokio = { version = "1.35.1", features = ["time"] } +tokio = { version = "1.36.0", features = ["time"] } tower = "0.4.13" tracing = "0.1.39" futures = "0.3.30" @@ -77,7 +77,7 @@ zebra-test = { path = "../zebra-test", version = "1.0.0-beta.34", optional = tru [dev-dependencies] insta = { version = "1.33.0", features = ["ron", "redactions"] } -tokio = { version = "1.35.1", features = ["test-util"] } +tokio = { version = "1.36.0", features = ["test-util"] } proptest = "1.4.0" proptest-derive = "0.4.0" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 2334f19f2..2c959196d 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -53,7 +53,7 @@ futures = "0.3.30" hex = "0.4.3" hex-literal = "0.4.1" humantime-serde = "1.1.1" -indexmap = "2.2.1" +indexmap = "2.2.2" itertools = "0.12.1" lazy_static = "1.4.0" metrics = "0.22.0" @@ -67,7 +67,7 @@ tempfile = "3.9.0" thiserror = "1.0.56" rayon = "1.8.1" -tokio = { version = "1.35.1", features = ["rt-multi-thread", "sync", "tracing"] } +tokio = { version = "1.36.0", features = ["rt-multi-thread", "sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.39" @@ -105,7 +105,7 @@ rand = "0.8.5" halo2 = { package = "halo2_proofs", version = "0.3.0" } jubjub = "0.10.0" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 1acc7c393..04182c8ff 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] [dependencies] hex = "0.4.3" -indexmap = "2.2.1" +indexmap = "2.2.2" lazy_static = "1.4.0" insta = "1.33.0" itertools = "0.12.1" @@ -25,7 +25,7 @@ once_cell = "1.18.0" rand = "0.8.5" regex = "1.10.3" -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.30" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index ee9ae0675..4c4afba3a 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -100,10 +100,10 @@ itertools = { version = "0.12.1", optional = true } # These crates are needed for the search-issue-refs binary regex = { version = "1.10.3", optional = true } # Avoid default openssl dependency to reduce the dependency tree and security alerts. -reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"], optional = true } +reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"], optional = true } # These crates are needed for the zebra-checkpoints and search-issue-refs binaries -tokio = { version = "1.35.1", features = ["full"], optional = true } +tokio = { version = "1.36.0", features = ["full"], optional = true } jsonrpc = { version = "0.17.0", optional = true } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c05d4f813..c6e51792b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -175,15 +175,15 @@ abscissa_core = "0.7.0" clap = { version = "4.4.16", features = ["cargo"] } chrono = { version = "0.4.33", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" -indexmap = "2.2.1" +indexmap = "2.2.2" lazy_static = "1.4.0" semver = "1.0.21" serde = { version = "1.0.196", features = ["serde_derive"] } -toml = "0.8.8" +toml = "0.8.9" futures = "0.3.30" rayon = "1.8.1" -tokio = { version = "1.35.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.36.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tokio-stream = { version = "0.1.14", features = ["time"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.1.4" @@ -213,7 +213,7 @@ rand = "0.8.5" thread-priority = { version = "0.15.1", optional = true } # prod feature sentry -sentry = { version = "0.32.1", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } +sentry = { version = "0.32.2", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } @@ -267,7 +267,7 @@ tempfile = "3.9.0" hyper = { version = "0.14.28", features = ["http1", "http2", "server"]} tracing-test = { version = "0.2.4", features = ["no-env-filter"] } -tokio = { version = "1.35.1", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.14" # test feature lightwalletd-grpc-tests