mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump reqwest from 0.11.12 to 0.11.13 (#1210)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.12...v0.11.13) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7f1a9f1a25
commit
07c6548942
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3598,9 +3598,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
version = "0.11.12"
|
version = "0.11.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.13.1",
|
"base64 0.13.1",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -110,7 +110,7 @@ r2d2 = "^0.8.9"
|
||||||
r2d2_sqlite = "^0.21.0"
|
r2d2_sqlite = "^0.21.0"
|
||||||
rand = "^0.8.5"
|
rand = "^0.8.5"
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
reqwest = "0.11.11"
|
reqwest = "0.11.13"
|
||||||
rpassword = "^7.1.0"
|
rpassword = "^7.1.0"
|
||||||
rusqlite = "^0.28.0"
|
rusqlite = "^0.28.0"
|
||||||
saffron = "^0.1.0"
|
saffron = "^0.1.0"
|
||||||
|
|
Loading…
Reference in a new issue