From 480e552c04ead49f1964a5381b398dff8560acc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:04:43 +0000 Subject: [PATCH] Bump the prod-dependencies group with 2 updates Bumps the prod-dependencies group with 2 updates: [const-hex](https://github.com/danipopes/const-hex) and [itertools](https://github.com/rust-itertools/itertools). Updates `const-hex` from 1.11.3 to 1.11.4 - [Commits](https://github.com/danipopes/const-hex/compare/v1.11.3...v1.11.4) Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: const-hex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56335c9..089a830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,9 +1759,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.11.3" +version = "1.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba00838774b4ab0233e355d26710fbfc8327a05c017f6dc4873f876d1f79f78" +checksum = "70ff96486ccc291d36a958107caf2c0af8c78c0af7d31ae2f35ce055130de1a6" dependencies = [ "cfg-if", "cpufeatures", @@ -3254,6 +3254,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -4093,7 +4102,7 @@ dependencies = [ "futures", "futures-ticker", "futures-util", - "itertools 0.12.1", + "itertools 0.13.0", "libp2p", "libp2p-relay-manager", "mini-moka", @@ -4948,7 +4957,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.60", diff --git a/Cargo.toml b/Cargo.toml index 1061bef..94d00af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] xxhash-rust = { version = "0.8.10", features = ["xxh3"] } -const-hex = "1.11.3" +const-hex = "1.11.4" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json"] } test-log = { version = "0.2.16", features = ["trace"] } @@ -101,7 +101,7 @@ opentelemetry-stdout = { version = "0.3.0", features = ["logs", "metrics", "trac opentelemetry-prometheus = "0.15.0" prometheus = "0.13.4" built = "0.7.2" -itertools = "0.12.1" +itertools = "0.13.0" [profile.dev.package.sqlx-macros]