diff --git a/central/Cargo.toml b/central/Cargo.toml index 762d4ee..92bb3b7 100644 --- a/central/Cargo.toml +++ b/central/Cargo.toml @@ -14,7 +14,7 @@ serde = { workspace = true } futures = { workspace = true } serde_json = "1" rand = "0.9" -reqwest = { version = "0.12", default_features = false, features = ["default-tls"] } +reqwest = { version = "0.13", default_features = false, features = ["default-tls"] } anyhow = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true }