Skip to content

Commit 22fbdfd

Browse files
chore(deps): update reqwest requirement from 0.11.17 to 0.12.4
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.17...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcf9070 commit 22fbdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indy-vdr-proxy-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
reqwest = { version = "0.11.17", default-features = false, features = ["json"] }
9+
reqwest = { version = "0.12.4", default-features = false, features = ["json"] }
1010
indy-vdr = { path = "../libindy_vdr" }
1111
serde_json = "1.0.96"
1212
url = "2.3.1"

0 commit comments

Comments
 (0)