diff --git a/clients/client/rust/Cargo.toml b/clients/client/rust/Cargo.toml index 5016eee647c..60c02e92233 100644 --- a/clients/client/rust/Cargo.toml +++ b/clients/client/rust/Cargo.toml @@ -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"] diff --git a/clients/hydra/rust/Cargo.toml b/clients/hydra/rust/Cargo.toml index 09a18d818a8..5427f709bcc 100644 --- a/clients/hydra/rust/Cargo.toml +++ b/clients/hydra/rust/Cargo.toml @@ -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"] diff --git a/clients/keto/rust/Cargo.toml b/clients/keto/rust/Cargo.toml index 3bc4c897b8c..36a20b19612 100644 --- a/clients/keto/rust/Cargo.toml +++ b/clients/keto/rust/Cargo.toml @@ -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"] diff --git a/clients/kratos/rust/Cargo.toml b/clients/kratos/rust/Cargo.toml index 62b1ec717e9..e0b4d721271 100644 --- a/clients/kratos/rust/Cargo.toml +++ b/clients/kratos/rust/Cargo.toml @@ -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"] diff --git a/clients/oathkeeper/rust/Cargo.toml b/clients/oathkeeper/rust/Cargo.toml index 39e626e7538..3fa65710790 100644 --- a/clients/oathkeeper/rust/Cargo.toml +++ b/clients/oathkeeper/rust/Cargo.toml @@ -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"] diff --git a/openapi/templates/rust/Cargo.mustache b/openapi/templates/rust/Cargo.mustache index 23d7ea08470..74cac12370f 100644 --- a/openapi/templates/rust/Cargo.mustache +++ b/openapi/templates/rust/Cargo.mustache @@ -22,7 +22,7 @@ reqwest = "~0.9" {{/supportAsync}} {{#supportAsync}} [dependencies.reqwest] -version = "^0.11" +version = "^0.12" default-features = false features = ["json", "multipart"] {{/supportAsync}}