Skip to content

Commit

Permalink
build(deps): bump hex-literal from 0.2.2 to 0.4.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent c0e9ae4 commit a31c968
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 44 deletions.
45 changes: 7 additions & 38 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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
aead = { version = "0.5", 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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pmac = { version = "0.7", 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
Original file line number Diff line number Diff line change
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.5", features = ["alloc"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion ccm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subtle = { version = "2", default-features = false }
[dev-dependencies]
aead = { version = "0.5", features = ["dev"], default-features = false }
aes = { version = "0.8.4" }
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ zeroize = { version = "1", default-features = false }

[dev-dependencies]
aead = { version = "0.5", features = ["dev"], default-features = false }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
default = ["alloc", "getrandom"]
Expand Down
2 changes: 1 addition & 1 deletion mgm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cpufeatures = "0.2"
aead = { version = "0.5", features = ["dev"], default-features = false }
kuznyechik = "0.7"
magma = "0.7"
hex-literal = "0.2"
hex-literal = "0.4"

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

0 comments on commit a31c968

Please sign in to comment.