diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-12-08 15:55:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 15:55:11 +0100 |
| commit | 6596912d5ae824bf68452f824a20e74d58a2e365 (patch) | |
| tree | 7e12774ee81349568f51534be259a532ad5ce383 /Cargo.toml | |
| parent | ca64771257d23ceee97e882965269702c359f6aa (diff) | |
chore: update a bunch of crates (#21270)
Fixes #21217
---------
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index c41420301..f3a02cd5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ prost-build = "0.11" rand = "=0.8.5" regex = "^1.7.0" lazy-regex = "3" -reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] } +reqwest = { version = "=0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955 ring = "^0.17.0" rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] } rustls = "0.21.8" |
