Skip to content

Commit

Permalink
chore(rust): update reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jobs62 committed Mar 26, 2024
1 parent c07a9b1 commit 58df170
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/client/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]

Expand Down
2 changes: 1 addition & 1 deletion clients/hydra/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]

Expand Down
2 changes: 1 addition & 1 deletion clients/keto/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]

Expand Down
2 changes: 1 addition & 1 deletion clients/kratos/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]

Expand Down
2 changes: 1 addition & 1 deletion clients/oathkeeper/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]

Expand Down
2 changes: 1 addition & 1 deletion openapi/templates/rust/Cargo.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ reqwest = "~0.9"
{{/supportAsync}}
{{#supportAsync}}
[dependencies.reqwest]
version = "^0.11"
version = "^0.12"
default-features = false
features = ["json", "multipart"]
{{/supportAsync}}
Expand Down

0 comments on commit 58df170

Please sign in to comment.