diff options
Diffstat (limited to 'crates/nixpkgs-tracker-http/Cargo.toml')
| -rw-r--r-- | crates/nixpkgs-tracker-http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nixpkgs-tracker-http/Cargo.toml b/crates/nixpkgs-tracker-http/Cargo.toml index ca95804..c4bcf46 100644 --- a/crates/nixpkgs-tracker-http/Cargo.toml +++ b/crates/nixpkgs-tracker-http/Cargo.toml @@ -10,13 +10,13 @@ publish = false [dependencies] log.workspace = true -reqwest = { version = "0.12.8", default-features = false, features = [ +reqwest = { version = "0.12", default-features = false, features = [ "charset", "http2", "rustls-tls", "json" ] } -serde = { version = "1.0.210", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } [lints] workspace = true |
