diff --git a/artifact-registry/Cargo.toml b/artifact-registry/Cargo.toml index a65cdcfb..5726d30a 100644 --- a/artifact-registry/Cargo.toml +++ b/artifact-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-artifact-registry" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/artifact-registry" @@ -12,7 +12,7 @@ documentation = "https://docs.rs/google-cloud-artifact-registry/latest/google_cl [dependencies] google-cloud-token = { version = "0.1.2", path = "../foundation/token" } -google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false } +google-cloud-auth = { optional = true, version = "0.14", path="../foundation/auth", default-features=false } google-cloud-googleapis = { version="0.12.0", path = "../googleapis", features=["artifact-registry"]} google-cloud-gax = { version = "0.17.0", path = "../foundation/gax"} google-cloud-longrunning = { version = "0.17.0", path = "../foundation/longrunning" } diff --git a/bigquery/Cargo.toml b/bigquery/Cargo.toml index 01ca0a5b..14991ad4 100644 --- a/bigquery/Cargo.toml +++ b/bigquery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-bigquery" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery" @@ -30,7 +30,7 @@ backon = "0.4" reqwest-middleware = "0.2" anyhow = "1.0" -google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false } +google-cloud-auth = { optional = true, version = "0.14", path="../foundation/auth", default-features=false } [dev-dependencies] tokio = { version="1.32", features=["rt-multi-thread"] } diff --git a/foundation/auth/Cargo.toml b/foundation/auth/Cargo.toml index 0ac8c86d..e6377cef 100644 --- a/foundation/auth/Cargo.toml +++ b/foundation/auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-auth" -version = "0.13.2" +version = "0.14.0" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth" diff --git a/pubsub/Cargo.toml b/pubsub/Cargo.toml index e333b11f..0a4f7deb 100644 --- a/pubsub/Cargo.toml +++ b/pubsub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-pubsub" -version = "0.23.0" +version = "0.24.0" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub" @@ -23,7 +23,7 @@ google-cloud-token = { version = "0.1.1", path = "../foundation/token" } google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" } google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["pubsub"]} -google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false } +google-cloud-auth = { optional = true, version = "0.14", path="../foundation/auth", default-features=false } [dev-dependencies] tokio = { version="1.32", features=["rt-multi-thread"] } diff --git a/spanner/Cargo.toml b/spanner/Cargo.toml index c0dd2a74..30c1d697 100644 --- a/spanner/Cargo.toml +++ b/spanner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-spanner" -version = "0.25.0" +version = "0.26.0" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner" @@ -27,7 +27,7 @@ google-cloud-longrunning = { version = "0.17.0", path = "../foundation/longrunni google-cloud-gax = { version = "0.17.0", path = "../foundation/gax" } google-cloud-googleapis = { version = "0.12.0", path = "../googleapis", features = ["spanner"]} -google-cloud-auth = { optional = true, version = "0.13", path="../foundation/auth", default-features=false } +google-cloud-auth = { optional = true, version = "0.14", path="../foundation/auth", default-features=false } [dev-dependencies] tokio = { version="1.32", features=["rt-multi-thread"] } diff --git a/storage/Cargo.toml b/storage/Cargo.toml index c3da70c6..096844d2 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-storage" -version = "0.16.0" +version = "0.17.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/storage" @@ -46,7 +46,7 @@ bytes = "1.5" async-trait = "0.1" google-cloud-metadata = { optional = true, version = "0.4", path = "../foundation/metadata" } -google-cloud-auth = { optional = true, version = "0.13", path = "../foundation/auth", default-features = false } +google-cloud-auth = { optional = true, version = "0.14", path = "../foundation/auth", default-features = false } [dev-dependencies] tokio = { version = "1.32", features = ["rt-multi-thread"] }