diff --git a/Cargo.lock b/Cargo.lock index d0ed5990..dcba21cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 66da441b..16d26106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }