chore(deps): bump hex-literal from 0.4.1 to 1.1.0 (#809)

This commit is contained in:
Ilka Schulz
2026-06-09 09:39:43 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -1159,9 +1159,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
version = "0.4.1"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
[[package]]
name = "home"
+1 -1
View File
@@ -72,7 +72,7 @@ derive_builder = "0.20.1"
tokio = { version = "1.46", features = ["macros", "rt-multi-thread"] }
postcard = { version = "1.1.1", features = ["alloc"] }
libcrux-test-utils = { git = "https://github.com/cryspen/libcrux.git", rev = "0ab6d2dd9c1f" }
hex-literal = { version = "0.4.1" }
hex-literal = { version = "1.1.0" }
hex = { version = "0.4.3" }
heck = { version = "0.5.0" }
libc = { version = "0.2" }
+1 -1
View File
@@ -362,7 +362,7 @@ version = "0.7.17"
criteria = "safe-to-deploy"
[[exemptions.hex-literal]]
version = "0.4.1"
version = "1.1.0"
criteria = "safe-to-deploy"
[[exemptions.home]]