diff --git a/core/Cargo.toml b/core/Cargo.toml index 55b3962b9363..22bc4371e164 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,8 +49,8 @@ http = "1.1" log = "0.4" mea = "0.6" quick-xml = { version = "0.38", default-features = false } -rand = "0.8" -reqsign = { version = "0.16.5", default-features = false } +rand = "0.9" +reqsign = { version = "0.18.1", default-features = false } serde = { version = "1", default-features = false } serde_json = "1" sha2 = "0.10" @@ -303,7 +303,7 @@ http = { workspace = true } libtest-mimic = "0.8" log = { workspace = true } rand = { workspace = true } -reqwest = "0.12.24" +reqwest = "0.13.1" sha2 = { workspace = true } size = "0.5" tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }