diff --git a/core/Cargo.toml b/core/Cargo.toml index 6fe2adc..30c0969 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,7 +15,7 @@ rusqlite = { version = "0.31", features = ["bundled", "chrono", "uuid"] } thiserror = "1.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } opentelemetry = "0.22" [dev-dependencies]