Skip to content

Commit b78e333

Browse files
build(deps): bump hex-literal from 0.2.1 to 0.3.2 (#130)
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.2.1 to 0.3.2. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@hex-literal-v0.2.1...hex-literal-v0.3.2) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 265df86 commit b78e333

File tree

4 files changed

+5
-24
lines changed

4 files changed

+5
-24
lines changed

Cargo.lock

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ghash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ polyval = { version = "0.5.1", path = "../polyval" }
2020
zeroize = { version = "1", optional = true, default-features = false }
2121

2222
[dev-dependencies]
23-
hex-literal = "0.2"
23+
hex-literal = "0.3"
2424

2525
[features]
2626
std = ["polyval/std"]

poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ zeroize = { version = "1", optional = true, default-features = false }
2020
cpufeatures = "0.1"
2121

2222
[dev-dependencies]
23-
hex-literal = "0.2"
23+
hex-literal = "0.3"
2424

2525
[features]
2626
force-soft = []

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ zeroize = { version = "1.3", optional = true, default-features = false }
2424
cpufeatures = "0.1.5"
2525

2626
[dev-dependencies]
27-
hex-literal = "0.2"
27+
hex-literal = "0.3"
2828

2929
[features]
3030
std = ["universal-hash/std"]

0 commit comments

Comments
 (0)