Skip to content

Commit

Permalink
chore(deps): bump uuid from 1.12.0 to 1.12.1 (#3221)
Browse files Browse the repository at this point in the history
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](uuid-rs/uuid@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 210c8ee commit d5a765f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5a765f

Please sign in to comment.