diff --git a/Cargo.lock b/Cargo.lock index cd3038b..3c7d583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "gcp_auth" -version = "0.12.6" +version = "0.12.7" dependencies = [ "async-trait", "aws-lc-rs", diff --git a/Cargo.toml b/Cargo.toml index 4a92497..876b05a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "gcp_auth" -version = "0.12.6" +version = "0.12.7" edition = "2021" rust-version = "1.85" -repository = "https://github.com/hrvolapeter/gcp_auth" +repository = "https://github.com/djc/gcp_auth" description = "Google cloud platform (GCP) authentication using default and custom service accounts" documentation = "https://docs.rs/gcp_auth/" keywords = ["authentication", "gcp", "google"]