Skip to content

Commit 938562d

Browse files
committed
Update deps and version up
1 parent 8838293 commit 938562d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1082
-904
lines changed

Cargo.lock

Lines changed: 886 additions & 690 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22

3-
VERSION = 0.8.0-rc.1
3+
VERSION = 0.8.0-rc.2
44

55
DOCUSIGN_SPEC_DIR = $(CURDIR)/specs/docusign
66
DOCUSIGN_SPEC = $(DOCUSIGN_SPEC_DIR)/docusign.yaml

docusign/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "docusign"
33
description = "A fully generated & opinionated API client for the DocuSign API."
4-
version = "0.8.0-rc.1"
4+
version = "0.8.0-rc.2"
55
documentation = "https://docs.rs/docusign/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
77
readme = "README.md"
@@ -17,7 +17,7 @@ rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]
1717

1818
[dependencies]
1919
async-recursion = "^1.0"
20-
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
20+
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2121
dirs = { version = "^3.0.2", optional = true }
2222
http = "1"
2323
jsonwebtoken = "8"
@@ -28,10 +28,10 @@ parse_link_header = "0.3.3"
2828
pem = { version = "1.1.0", default-features = false, optional = true }
2929
percent-encoding = "2.2"
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
31-
reqwest-conditional-middleware = "0.3"
32-
reqwest-middleware = { version = "0.3", features = ["multipart"] }
33-
reqwest-retry = "0.5"
34-
reqwest-tracing = "0.5"
31+
reqwest-conditional-middleware = "0.4"
32+
reqwest-middleware = { version = "0.4", features = ["multipart"] }
33+
reqwest-retry = "0.7"
34+
reqwest-tracing = "0.5.4"
3535
ring = { version = "0.16", default-features = false, optional = true }
3636
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
3737
serde = { version = "1", features = ["derive"] }

docusign/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.
3232

3333
```toml
3434
[dependencies]
35-
docusign = "0.8.0-rc.1"
35+
docusign = "0.8.0-rc.2"
3636
```
3737

3838
## Basic example

docusign/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! docusign = "0.8.0-rc.1"
33+
//! docusign = "0.8.0-rc.2"
3434
//! ```
3535
//!
3636
//! ## Basic example

generator/src/main.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,7 +3369,7 @@ rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]
33693369
33703370
[dependencies]
33713371
async-recursion = "^1.0"
3372-
chrono = {{ version = "0.4.38", default-features = false, features = ["serde"] }}
3372+
chrono = {{ version = "0.4.38", default-features = false, features = ["alloc", "serde"] }}
33733373
dirs = {{ version = "^3.0.2", optional = true }}
33743374
http = "1"
33753375
jsonwebtoken = "8"
@@ -3380,10 +3380,10 @@ parse_link_header = "0.3.3"
33803380
pem = {{ version = "1.1.0", default-features = false, optional = true }}
33813381
percent-encoding = "2.2"
33823382
reqwest = {{ version = "0.12", default-features = false, features = ["json", "multipart"] }}
3383-
reqwest-conditional-middleware = "0.3"
3384-
reqwest-middleware = {{ version = "0.3", features = ["multipart"] }}
3385-
reqwest-retry = "0.5"
3386-
reqwest-tracing = "0.5"
3383+
reqwest-conditional-middleware = "0.4"
3384+
reqwest-middleware = {{ version = "0.4", features = ["multipart"] }}
3385+
reqwest-retry = "0.7"
3386+
reqwest-tracing = "0.5.4"
33873387
ring = {{ version = "0.16", default-features = false, optional = true }}
33883388
schemars = {{ version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }}
33893389
serde = {{ version = "1", features = ["derive"] }}

giphy/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "giphy-api"
33
description = "A fully generated & opinionated API client for the Giphy API."
4-
version = "0.8.0-rc.1"
4+
version = "0.8.0-rc.2"
55
documentation = "https://docs.rs/giphy-api/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/giphy"
77
readme = "README.md"
@@ -17,7 +17,7 @@ rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]
1717

1818
[dependencies]
1919
async-recursion = "^1.0"
20-
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
20+
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2121
dirs = { version = "^3.0.2", optional = true }
2222
http = "1"
2323
jsonwebtoken = "8"
@@ -28,10 +28,10 @@ parse_link_header = "0.3.3"
2828
pem = { version = "1.1.0", default-features = false, optional = true }
2929
percent-encoding = "2.2"
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
31-
reqwest-conditional-middleware = "0.3"
32-
reqwest-middleware = { version = "0.3", features = ["multipart"] }
33-
reqwest-retry = "0.5"
34-
reqwest-tracing = "0.5"
31+
reqwest-conditional-middleware = "0.4"
32+
reqwest-middleware = { version = "0.4", features = ["multipart"] }
33+
reqwest-retry = "0.7"
34+
reqwest-tracing = "0.5.4"
3535
ring = { version = "0.16", default-features = false, optional = true }
3636
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
3737
serde = { version = "1", features = ["derive"] }

giphy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.
3232

3333
```toml
3434
[dependencies]
35-
giphy-api = "0.8.0-rc.1"
35+
giphy-api = "0.8.0-rc.2"
3636
```
3737

3838
## Basic example

giphy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! giphy-api = "0.8.0-rc.1"
33+
//! giphy-api = "0.8.0-rc.2"
3434
//! ```
3535
//!
3636
//! ## Basic example

github/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "octorust"
33
description = "A fully generated & opinionated API client for the GitHub API."
4-
version = "0.8.0-rc.1"
4+
version = "0.8.0-rc.2"
55
documentation = "https://docs.rs/octorust/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/github"
77
readme = "README.md"
@@ -17,7 +17,7 @@ rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]
1717

1818
[dependencies]
1919
async-recursion = "^1.0"
20-
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
20+
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2121
dirs = { version = "^3.0.2", optional = true }
2222
http = "1"
2323
jsonwebtoken = "8"
@@ -28,10 +28,10 @@ parse_link_header = "0.3.3"
2828
pem = { version = "1.1.0", default-features = false, optional = true }
2929
percent-encoding = "2.2"
3030
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
31-
reqwest-conditional-middleware = "0.3"
32-
reqwest-middleware = { version = "0.3", features = ["multipart"] }
33-
reqwest-retry = "0.5"
34-
reqwest-tracing = "0.5"
31+
reqwest-conditional-middleware = "0.4"
32+
reqwest-middleware = { version = "0.4", features = ["multipart"] }
33+
reqwest-retry = "0.7"
34+
reqwest-tracing = "0.5.4"
3535
ring = { version = "0.16", default-features = false, optional = true }
3636
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
3737
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)