Skip to content

Commit 0e47919

Browse files
authored
chore: bump crate versions (#3623)
1 parent 726e131 commit 0e47919

File tree

15 files changed

+26
-26
lines changed

15 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ tokio-stream = { default-features = false, version = "0.1" }
361361
tokio-test = { default-features = false, version = "0.4" }
362362

363363
# Local packages used as dependencies
364-
auth = { version = "1", path = "src/auth", package = "google-cloud-auth" }
365-
google-cloud-auth = { version = "1", path = "src/auth" }
366-
gax = { version = "1.1", path = "src/gax", package = "google-cloud-gax" }
367-
google-cloud-gax = { version = "1.1", path = "src/gax" }
368-
gaxi = { version = "0.7.2", path = "src/gax-internal", package = "google-cloud-gax-internal" }
364+
auth = { version = "1.1", path = "src/auth", package = "google-cloud-auth" }
365+
google-cloud-auth = { version = "1.1", path = "src/auth" }
366+
gax = { version = "1.2", path = "src/gax", package = "google-cloud-gax" }
367+
google-cloud-gax = { version = "1.2", path = "src/gax" }
368+
gaxi = { version = "0.7.3", path = "src/gax-internal", package = "google-cloud-gax-internal" }
369369
iam_v1 = { version = "1", path = "src/generated/iam/v1", package = "google-cloud-iam-v1" }
370370
google-cloud-iam-v1 = { version = "1", path = "src/generated/iam/v1" }
371371
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.0.1"
21+
version = "1.1.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.2"
17+
version = "0.7.3"
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.1.0"
21+
version = "1.2.0"
2222
description = "Google Cloud Client Libraries for Rust"
2323
# Inherit other attributes from the workspace.
2424
authors.workspace = true

src/generated/cloud/dataplex/v1/.sidekick.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ specification-source = 'google/cloud/dataplex/v1'
1717
service-config = 'google/cloud/dataplex/v1/dataplex_v1.yaml'
1818

1919
[codec]
20-
version = '1.1.0'
20+
version = '1.2.0'
2121
copyright-year = '2025'

src/generated/cloud/dataplex/v1/Cargo.toml

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

1717
[package]
1818
name = "google-cloud-dataplex-v1"
19-
version = "1.1.0"
19+
version = "1.2.0"
2020
description = "Google Cloud Client Libraries for Rust - Cloud Dataplex API"
2121
edition.workspace = true
2222
authors.workspace = true

src/generated/cloud/discoveryengine/v1/.sidekick.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ specification-source = 'google/cloud/discoveryengine/v1'
1717
service-config = 'google/cloud/discoveryengine/v1/discoveryengine_v1.yaml'
1818

1919
[codec]
20-
version = '2.0.0'
20+
version = '2.1.0'
2121
copyright-year = '2025'
2222
per-service-features = 'true'

src/generated/cloud/discoveryengine/v1/Cargo.toml

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

1717
[package]
1818
name = "google-cloud-discoveryengine-v1"
19-
version = "2.0.0"
19+
version = "2.1.0"
2020
description = "Google Cloud Client Libraries for Rust - Discovery Engine API"
2121
edition.workspace = true
2222
authors.workspace = true

src/generated/cloud/oracledatabase/v1/.sidekick.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ specification-source = 'google/cloud/oracledatabase/v1'
1717
service-config = 'google/cloud/oracledatabase/v1/oracledatabase_v1.yaml'
1818

1919
[codec]
20-
version = '1.1.0'
20+
version = '1.2.0'
2121
copyright-year = '2025'

0 commit comments

Comments
 (0)