Merge pull request #2155 from gitbutlerapp/dependabot/cargo/reqwest-0.11.23

chore(deps): bump reqwest from 0.11.22 to 0.11.23
This commit is contained in:
Qix 2024-01-03 21:25:05 +01:00 committed by GitHub
commit 4fcce6a0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4049,9 +4049,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
name = "reqwest"
version = "0.11.22"
version = "0.11.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
dependencies = [
"base64 0.21.3",
"bytes",

View File

@ -49,7 +49,7 @@ r2d2 = "0.8.10"
r2d2_sqlite = "0.22.0"
rand = "0.8.5"
refinery = { version = "0.8", features = [ "rusqlite" ] }
reqwest = "0.11.22"
reqwest = "0.11.23"
resolve-path = "0.1.0"
rusqlite = { workspace = true }
sentry = { version = "0.32", optional = true, features = ["backtrace", "contexts", "panic", "transport", "anyhow", "debug-images", "reqwest", "native-tls" ] }