Skip to content

Commit 55eb5ed

Browse files
Bump reqwest from 0.11.18 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.24. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.18...v0.11.24) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6f1c63 commit 55eb5ed

File tree

3 files changed

+38
-8
lines changed

3 files changed

+38
-8
lines changed

Cargo.lock

+36-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ structopt = "0.3.26"
1414
atty = "0.2.14"
1515
anyhow = "1.0.78"
1616
thiserror = "1.0.39"
17-
reqwest = { version = "0.11.18", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
17+
reqwest = { version = "0.11.24", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
1818
serde = { version = "1.0.156", features = ["derive"] }
1919
serde_json = "1.0.99"
2020
confy = "0.5.1"

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ base64 = "0.21.7"
3333
hmac = "0.12.1"
3434
sha2 = "0.10.8"
3535
color-backtrace = "0.6.1"
36-
reqwest = { version = "0.11.18", default-features = false, features = ["blocking", "gzip", "multipart", "json", "rustls-tls", "rustls-tls-webpki-roots"] }
36+
reqwest = { version = "0.11.24", default-features = false, features = ["blocking", "gzip", "multipart", "json", "rustls-tls", "rustls-tls-webpki-roots"] }
3737
hyper = { version = "0.14.27", features = ["full"] }
3838
hyper-rustls = { version = "0.24.0", features = ["webpki-roots", "http2"] }
3939
sentry-actix = "0.32.1"

0 commit comments

Comments
 (0)