Skip to content

Commit

Permalink
Bump reqwest from 0.11.20 to 0.11.22
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.11.22.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.22)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent f367c43 commit 97f6798
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
progenitor-client = { path = "../progenitor-client" }
reqwest = { version = "0.11.20", features = ["json", "stream"] }
reqwest = { version = "0.11.22", features = ["json", "stream"] }
base64 = "0.21"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion example-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
progenitor = { path = "../progenitor" }
reqwest = { version = "0.11.20", features = ["json", "stream"] }
reqwest = { version = "0.11.22", features = ["json", "stream"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
2 changes: 1 addition & 1 deletion example-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
progenitor-client = { path = "../progenitor-client" }
reqwest = { version = "0.11.20", features = ["json", "stream"] }
reqwest = { version = "0.11.22", features = ["json", "stream"] }
base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.4", features = ["serde", "v4", "js"] }
Expand Down
2 changes: 1 addition & 1 deletion progenitor-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "An OpenAPI client generator - client support"
bytes = "1.5.0"
futures-core = "0.3.28"
percent-encoding = "2.3"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "stream"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "stream"] }
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.7.1"
2 changes: 1 addition & 1 deletion progenitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = "0.3.27"
percent-encoding = "2.3"
rand = "0.8"
regress = "0.7.1"
reqwest = { version = "0.11.20", features = ["json", "stream"] }
reqwest = { version = "0.11.22", features = ["json", "stream"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.4", features = ["serde", "v4"] }

0 comments on commit 97f6798

Please sign in to comment.