diff --git a/core/Cargo.toml b/core/Cargo.toml index b64fdbe08ee3..0a79c3fa4bcb 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,8 +49,8 @@ http = "1.1" log = { version = "0.4.29" } logforth = { version = "0.29.1", features = ["starter-log"] } mea = "0.6" -quick-xml = { version = "0.38", default-features = false } -rand = "0.8" +quick-xml = { version = "0.39", default-features = false } +rand = "0.10" serde = { version = "1", default-features = false } serde_json = "1" sha2 = "0.10" @@ -313,7 +313,7 @@ libtest-mimic = "0.8" log = { workspace = true } logforth = { workspace = true } rand = { workspace = true } -reqwest = "0.12.24" +reqwest = "0.13.2" sha2 = { workspace = true } size = "0.5" tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }