diff --git a/Cargo.toml b/Cargo.toml index 0e1579e..6977bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ publish = false anyhow = "1" ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "feat/wasi" } json-patch = { version = "1.2.0", features = ["diff"] } -reqwest = { version = "0.11.14", features = ["json"], optional = true } +reqwest = { version = "0.12.2", features = ["json"], optional = true } schemars = "0.8.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"