Skip to content

Commit b7ce121

Browse files
Update reqwest requirement from ^0.11 to ^0.12
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.0...v0.12.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92e23fa commit b7ce121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ url = "^2.2"
1414
uuid = { version = "^1.0", features = ["serde", "v4", "js"] }
1515

1616
[dependencies.reqwest]
17-
version = "^0.11"
17+
version = "^0.12"
1818
features = ["json", "multipart"]

0 commit comments

Comments
 (0)