Skip to content

Commit 14a6453

Browse files
dependabot[bot]flomonster
authored andcommitted
editoast: bump reqwest from 0.11.11 to 0.11.12 in /editoast
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] <[email protected]>
1 parent 62e717c commit 14a6453

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editoast/Cargo.lock

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

editoast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ derivative = "2.2.0"
1616
diesel = { version = "1.4.8", features = ["postgres", "uuidv07", "serde_json"] }
1717
json-patch = "0.2.6"
1818
rand = "0.8.5"
19-
reqwest = { version="~0.11.11", features=["blocking", "json"] }
19+
reqwest = { version="~0.11.12", features=["blocking", "json"] }
2020
rocket = "~0.4.11"
2121
rocket_contrib = {version="~0.4.11", features=["json", "diesel_postgres_pool", "uuid"]}
2222
rocket_cors = "0.5.2"

0 commit comments

Comments
 (0)