diff --git a/Cargo.toml b/Cargo.toml index e44c53c..2905b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ libp2p = { version = "0.55", features = [ "noise", ] } once_cell = "1.20" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } serde_json = "1" tokio = { version = "1", features = ["full"] } tracing = "0.1"