Skip to content

Commit ece783b

Browse files
authored
Update ring, jsonwebtoken, pem (#101)
1 parent 2345aa6 commit ece783b

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

+198
-223
lines changed

Cargo.lock

+64-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22

3-
VERSION = 0.9.0
3+
VERSION = 0.10.0
44

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

docusign/Cargo.toml

+4-4
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.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/docusign/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

docusign/README.md

+1-1
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.9.0"
35+
docusign = "0.10.0"
3636
```
3737

3838
## Basic example

docusign/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! docusign = "0.9.0"
33+
//! docusign = "0.10.0"
3434
//! ```
3535
//!
3636
//! ## Basic example

generator/src/main.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -3379,19 +3379,19 @@ async-recursion = "^1.0"
33793379
chrono = {{ version = "0.4.38", default-features = false, features = ["alloc", "serde"] }}
33803380
dirs = {{ version = "^3.0.2", optional = true }}
33813381
http = "1"
3382-
jsonwebtoken = "8"
3382+
jsonwebtoken = "9"
33833383
log = {{ version = "^0.4", features = ["serde"] }}
33843384
mime = "0.3"
33853385
openssl = {{ version = "0.10", default-features = false, optional = true }}
33863386
parse_link_header = "0.3.3"
3387-
pem = {{ version = "1.1.0", default-features = false, optional = true }}
3387+
pem = {{ version = "3.0.5", default-features = false, optional = true }}
33883388
percent-encoding = "2.2"
33893389
reqwest = {{ version = "0.12", default-features = false, features = ["json", "multipart"] }}
33903390
reqwest-conditional-middleware = {{ version = "0.4", optional = true }}
33913391
reqwest-middleware = {{ version = "0.4", features = ["multipart"], optional = true }}
33923392
reqwest-retry = {{ version = "0.7", optional = true }}
33933393
reqwest-tracing = {{ version = "0.5.4", optional = true }}
3394-
ring = {{ version = "0.16", default-features = false, optional = true }}
3394+
ring = {{ version = "0.17", default-features = false, optional = true }}
33953395
schemars = {{ version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }}
33963396
serde = {{ version = "1", features = ["derive"] }}
33973397
serde_json = "1"

giphy/Cargo.toml

+4-4
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.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/giphy-api/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/giphy"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

giphy/README.md

+1-1
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.9.0"
35+
giphy-api = "0.10.0"
3636
```
3737

3838
## Basic example

giphy/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! giphy-api = "0.9.0"
33+
//! giphy-api = "0.10.0"
3434
//! ```
3535
//!
3636
//! ## Basic example

github/Cargo.toml

+4-4
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.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/octorust/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/github"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

github/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.
3838

3939
```toml
4040
[dependencies]
41-
octorust = "0.9.0"
41+
octorust = "0.10.0"
4242
```
4343

4444
## Basic example
@@ -58,7 +58,7 @@ let github = Client::new(
5858
```
5959

6060
If you are a GitHub enterprise customer, you will want to create a client with the
61-
[Client#host_override](https://docs.rs/octorust/0.9.0/octorust/struct.Client.html#method.host_override) method.
61+
[Client#host_override](https://docs.rs/octorust/0.10.0/octorust/struct.Client.html#method.host_override) method.
6262

6363
## Feature flags
6464

@@ -72,7 +72,7 @@ To enable this, add the following to your `Cargo.toml` file:
7272

7373
```toml
7474
[dependencies]
75-
octorust = { version = "0.9.0", features = ["httpcache"] }
75+
octorust = { version = "0.10.0", features = ["httpcache"] }
7676
```
7777

7878
Then use the `Client::custom` constructor to provide a cache implementation.

github/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! octorust = "0.9.0"
39+
//! octorust = "0.10.0"
4040
//! ```
4141
//!
4242
//! ## Basic example
@@ -56,7 +56,7 @@
5656
//! ```
5757
//!
5858
//! If you are a GitHub enterprise customer, you will want to create a client with the
59-
//! [Client#host_override](https://docs.rs/octorust/0.9.0/octorust/struct.Client.html#method.host_override) method.
59+
//! [Client#host_override](https://docs.rs/octorust/0.10.0/octorust/struct.Client.html#method.host_override) method.
6060
//!
6161
//! ## Feature flags
6262
//!
@@ -70,7 +70,7 @@
7070
//!
7171
//! ```toml
7272
//! [dependencies]
73-
//! octorust = { version = "0.9.0", features = ["httpcache"] }
73+
//! octorust = { version = "0.10.0", features = ["httpcache"] }
7474
//! ```
7575
//!
7676
//! Then use the `Client::custom` constructor to provide a cache implementation.

google/admin/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gsuite-api"
33
description = "A fully generated & opinionated API client for the Google Admin API."
4-
version = "0.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/gsuite-api/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/admin"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

google/admin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.
3838

3939
```toml
4040
[dependencies]
41-
gsuite-api = "0.9.0"
41+
gsuite-api = "0.10.0"
4242
```
4343

4444
## Basic example

google/admin/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! gsuite-api = "0.9.0"
39+
//! gsuite-api = "0.10.0"
4040
//! ```
4141
//!
4242
//! ## Basic example

google/calendar/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "google-calendar"
33
description = "A fully generated & opinionated API client for the Google Calendar API."
4-
version = "0.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/google-calendar/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/calendar"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

google/calendar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.
3838

3939
```toml
4040
[dependencies]
41-
google-calendar = "0.9.0"
41+
google-calendar = "0.10.0"
4242
```
4343

4444
## Basic example

google/calendar/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! google-calendar = "0.9.0"
39+
//! google-calendar = "0.10.0"
4040
//! ```
4141
//!
4242
//! ## Basic example

google/cloud-resource-manager/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "google-cloud-resource-manager"
33
description = "A fully generated & opinionated API client for the Google Cloud Resource Manager API."
4-
version = "0.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/google-cloud-resource-manager/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/cloud-resource-manager"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

google/cloud-resource-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.
3838

3939
```toml
4040
[dependencies]
41-
google-cloud-resource-manager = "0.9.0"
41+
google-cloud-resource-manager = "0.10.0"
4242
```
4343

4444
## Basic example

google/cloud-resource-manager/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! google-cloud-resource-manager = "0.9.0"
39+
//! google-cloud-resource-manager = "0.10.0"
4040
//! ```
4141
//!
4242
//! ## Basic example

google/drive/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "google-drive"
33
description = "A fully generated & opinionated API client for the Google Drive API."
4-
version = "0.9.0"
4+
version = "0.10.0"
55
documentation = "https://docs.rs/google-drive/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/drive"
77
readme = "README.md"
@@ -26,19 +26,19 @@ async-recursion = "^1.0"
2626
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "serde"] }
2727
dirs = { version = "^3.0.2", optional = true }
2828
http = "1"
29-
jsonwebtoken = "8"
29+
jsonwebtoken = "9"
3030
log = { version = "^0.4", features = ["serde"] }
3131
mime = "0.3"
3232
openssl = { version = "0.10", default-features = false, optional = true }
3333
parse_link_header = "0.3.3"
34-
pem = { version = "1.1.0", default-features = false, optional = true }
34+
pem = { version = "3.0.5", default-features = false, optional = true }
3535
percent-encoding = "2.2"
3636
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
3737
reqwest-conditional-middleware = { version = "0.4", optional = true }
3838
reqwest-middleware = { version = "0.4", features = ["multipart"], optional = true }
3939
reqwest-retry = { version = "0.7", optional = true }
4040
reqwest-tracing = { version = "0.5.4", optional = true }
41-
ring = { version = "0.16", default-features = false, optional = true }
41+
ring = { version = "0.17", default-features = false, optional = true }
4242
schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

0 commit comments

Comments
 (0)