Skip to content

Commit

Permalink
chore: Bump hex-literal from 0.4.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0.
- [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0)

---
updated-dependencies:
- dependency-name: hex-literal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 6f1a042 commit 17f5c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rand = { default-features = false, version = "0.9.0", features = ["default"] }
anyhow = { default-features = false, version = "1.0.96", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.18.0", path = "../avro_test_helper" }
criterion = { default-features = false, version = "0.5.1" }
hex-literal = { default-features = false, version = "0.4.1" }
hex-literal = { default-features = false, version = "1.0.0" }
md-5 = { default-features = false, version = "0.10.6" }
pretty_assertions = { default-features = false, version = "1.4.1", features = ["std"] }
serial_test = "3.2.0"
Expand Down

0 comments on commit 17f5c18

Please sign in to comment.