Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 0c7a67a

Browse files
dependabot[bot]coffeeispower
authored andcommitted
chore(deps): bump reqwest from 0.11.11 to 0.11.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.11...v0.11.12) --- 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 2f8ba6a commit 0c7a67a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clap = { version = "3.2.22", features = ["derive"] }
1818
colored = "2.0.0"
1919
dialoguer = "0.10.2"
2020
directories = "4.0.1"
21-
reqwest = { version = "0.11.11", features = ["blocking", "json", "multipart", "rustls-tls"], default-features=false }
21+
reqwest = { version = "0.11.12", features = ["blocking", "json", "multipart", "rustls-tls"], default-features=false }
2222
sentry = {version = "0.27.0", default-features = false, features = ["rustls", "reqwest"]}
2323
serde = { version = "1.0.144", features = ["derive"] }
2424
spinners = "4.1.0"

0 commit comments

Comments
 (0)