Skip to content

Commit 4b1526d

Browse files
committed
chore: update const-hex@1.18
1 parent 93e8faf commit 4b1526d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/hpke-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository.workspace = true
1515

1616
[dependencies]
17-
const-hex = { version = "1.16", default-features = false, features = ["alloc"], optional = true }
17+
const-hex = { version = "1.18", default-features = false, features = ["alloc"], optional = true }
1818
hpke-crypto = { version = "=0.0.1", path = "../hpke-crypto", default-features = false }
1919
serde = { version = "1.0", features = ["derive"], optional = true }
2020
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }

0 commit comments

Comments
 (0)