Skip to content

Commit 05091bc

Browse files
fix(deps): update openapitools/openapi-generator-cli docker tag to v7.16.0
1 parent 622e5ea commit 05091bc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ serde_json = "^1.0"
1313
serde_repr = "^0.1"
1414
url = "^2.5"
1515
reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }
16+
17+
[features]
18+
default = ["native-tls"]
19+
native-tls = ["reqwest/native-tls"]
20+
rustls-tls = ["reqwest/rustls-tls"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
99

1010
- API version: v4.0.15.2941
1111
- Package version: 0.1.1 <!--- x-release-please-version -->
12-
- Generator version: 7.15.0
12+
- Generator version: 7.16.0
1313
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
1414

1515
## Installation

src/apis/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl Default for Configuration {
4040
fn default() -> Self {
4141
Configuration {
4242
base_path: "http://localhost:8989".to_owned(),
43-
user_agent: Some("sonarr-rs/v0.1.0".to_owned()), // x-release-please-version
43+
user_agent: Some("sonarr-rs/v0.1.1".to_owned()), // x-release-please-version
4444
client: reqwest::Client::new(),
4545
basic_auth: None,
4646
oauth_access_token: None,

0 commit comments

Comments
 (0)