From d5a765f293af5176437f146067d5c6038eb9b9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:02:23 +0800 Subject: [PATCH] chore(deps): bump uuid from 1.12.0 to 1.12.1 (#3221) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- crates/testsuite/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fae26c034..23610b1c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2096,7 +2096,7 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "uuid 1.12.0", + "uuid 1.12.1", "valuable", ] @@ -3035,7 +3035,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -6921,7 +6921,7 @@ dependencies = [ "tap", "tokio", "tracing", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -8425,7 +8425,7 @@ dependencies = [ "serde 1.0.216", "serde_json", "tokio", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -10232,7 +10232,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -12582,7 +12582,7 @@ dependencies = [ "debugid", "memmap2 0.9.4", "stable_deref_trait", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -12943,7 +12943,7 @@ dependencies = [ "testcontainers", "tokio", "tracing", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -13427,7 +13427,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.12.0", + "uuid 1.12.1", ] [[package]] @@ -13886,9 +13886,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom 0.2.15", "rand 0.8.5", @@ -13898,9 +13898,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144b419c512fdd5eaa4c2998813e32aaab2b257746ee038de93985a99635501d" +checksum = "f8a86d88347b61a0e17b9908a67efcc594130830bf1045653784358dd023e294" dependencies = [ "proc-macro2 1.0.93", "quote 1.0.38", diff --git a/Cargo.toml b/Cargo.toml index 27977c0054..f87af9d53c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -311,7 +311,7 @@ csv = "1.3.1" revm-precompile = "7.0.0" revm-primitives = "4.0.0" scopeguard = "1.1" -uuid = { version = "1.12.0", features = ["v4", "fast-rng"] } +uuid = { version = "1.12.1", features = ["v4", "fast-rng"] } protobuf = { version = "2.28", features = ["with-bytes"] } rocksdb = { version = "0.23.0", features = ["lz4", "mt_static", "jemalloc"] } lz4 = { version = "1.28.1" } diff --git a/crates/testsuite/Cargo.toml b/crates/testsuite/Cargo.toml index 123272760d..59c4863842 100644 --- a/crates/testsuite/Cargo.toml +++ b/crates/testsuite/Cargo.toml @@ -42,7 +42,7 @@ hmac = "0.12.1" hex = "0.4.3" [dependencies.uuid] -version = "1.12.0" +version = "1.12.1" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG