diff --git a/sample-03-rs/Cargo.toml b/sample-03-rs/Cargo.toml index 6703f624..6df43eb2 100644 --- a/sample-03-rs/Cargo.toml +++ b/sample-03-rs/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5.20", features = [ "derive", ] } pbkdf2 = "0.12.2" -rand = "0.8.5" +rand = "0.9.0" reqwest = { version = "0.12.8", features = ["json"] } serde = { version = "1.0.213", features = ["derive"] } sha2 = "0.10.8" @@ -34,4 +34,4 @@ tokio = { version = "1.41.0", default-features = false, features = [ ] } [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0"