Skip to content

Commit 70b4cdd

Browse files
authored
chore: bump versions for release (#3810)
Use `sidekick rust-bump-versions` to bump the versions for the release. I made some changes to the output: - gaxi 0.8.0 -> 0.7.5 Summary of non-patch updates: - auth is bumped to 1.2.0 with some jsonwebtoken changes - storage is bumped with changes to ReadObject cloning. For #3793
1 parent acbee59 commit 70b4cdd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ auth = { version = "1.1", path = "src/auth", package =
377377
google-cloud-auth = { version = "1.1", path = "src/auth" }
378378
gax = { version = "1.3", path = "src/gax", package = "google-cloud-gax" }
379379
google-cloud-gax = { version = "1.3", path = "src/gax" }
380-
gaxi = { version = "0.7.4", path = "src/gax-internal", package = "google-cloud-gax-internal" }
380+
gaxi = { version = "0.7.5", path = "src/gax-internal", package = "google-cloud-gax-internal" }
381381
iam_v1 = { version = "1", path = "src/generated/iam/v1", package = "google-cloud-iam-v1" }
382382
google-cloud-iam-v1 = { version = "1", path = "src/generated/iam/v1" }
383383
location = { version = "1", path = "src/generated/cloud/location", package = "google-cloud-location" }

src/auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "google-cloud-auth"
1818
# version of all downstream dependencies. For details see:
1919
# https://github.com/googleapis/google-cloud-rust/issues/3237
2020
# https://github.com/googleapis/google-cloud-rust/issues/3265
21-
version = "1.1.1"
21+
version = "1.2.0"
2222
description = "Google Cloud Client Libraries for Rust - Authentication"
2323
build = "build.rs"
2424
# Inherit other attributes from the workspace.

src/gax-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "google-cloud-gax-internal"
17-
version = "0.7.4"
17+
version = "0.7.5"
1818
description = "Google Cloud Client Libraries for Rust - Implementation Details"
1919
build = "build.rs"
2020
# Inherit other attributes from the workspace.

src/gax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "google-cloud-gax"
1818
# version of all downstream dependencies. For details see:
1919
# https://github.com/googleapis/google-cloud-rust/issues/3237
2020
# https://github.com/googleapis/google-cloud-rust/issues/3265
21-
version = "1.3.0"
21+
version = "1.3.1"
2222
description = "Google Cloud Client Libraries for Rust"
2323
# Inherit other attributes from the workspace.
2424
authors.workspace = true

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "google-cloud-storage"
17-
version = "1.3.1"
17+
version = "1.4.0"
1818
description = "Google Cloud Client Libraries for Rust - Storage"
1919
# Inherit other attributes from the workspace.
2020
edition.workspace = true

0 commit comments

Comments
 (0)