Skip to content

Commit

Permalink
build(deps): bump hex-literal from 0.2.2 to 0.4.1 (#591)
Browse files Browse the repository at this point in the history
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.2.2 to 0.4.1.
- [Commits](RustCrypto/utils@hex-literal-v0.2.2...hex-literal-v0.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent d812daa commit dfe116c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
18 changes: 6 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 aes-gcm/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
aead = { version = "=0.6.0-pre.0", features = ["dev"], default-features = false }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["aes", "alloc", "getrandom"]
Expand Down
2 changes: 1 addition & 1 deletion aes-siv/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ pmac = { version = "0.8.0-pre", optional = true }

[dev-dependencies]
blobby = "0.3"
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["alloc", "getrandom"]
Expand Down
2 changes: 1 addition & 1 deletion ascon-aead/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ zeroize_crate = { package = "zeroize", version = "1.6", optional = true, default
ascon = "0.4"

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
aead = { version = "=0.6.0-pre.0", features = ["alloc"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion ccm/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ subtle = { version = "2", default-features = false }
[dev-dependencies]
aead = { version = "=0.6.0-pre.0", features = ["dev"], default-features = false }
aes = { version = "=0.9.0-pre" }
hex-literal = "0.3.4"
hex-literal = "0.4.1"

[features]
default = ["alloc", "getrandom"]
Expand Down
2 changes: 1 addition & 1 deletion deoxys/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ zeroize = { version = "1", default-features = false }

[dev-dependencies]
aead = { version = "=0.6.0-pre.0", features = ["dev"], default-features = false }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["alloc", "getrandom"]
Expand Down

0 comments on commit dfe116c

Please sign in to comment.