diff --git a/Cargo.toml b/Cargo.toml index 8e4d912..390e64c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ serde_debugging = ["dep:serde_path_to_error"] [dependencies] -reqwest = { version = "0.12.15", features = ["json"] } +reqwest = { version = "0.12.20", features = ["json"] } serde_json = "1.0.140" serde = { version = "1.0.219", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } @@ -29,7 +29,7 @@ serde_path_to_error = { version = "0.1.17", optional = true } [dev-dependencies] mockito = "1.7.0" -tokio = { version = "1.45.0", features = ["full"] } +tokio = { version = "1.45.1", features = ["full"] } anyhow = "1.0.98" [[example]]