diff --git a/bigquery/Cargo.toml b/bigquery/Cargo.toml index 9f9d20a9..e369c419 100644 --- a/bigquery/Cargo.toml +++ b/bigquery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcloud-bigquery" -version = "1.6.0" +version = "1.7.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery" diff --git a/deny.toml b/deny.toml index 36f67974..50534edd 100644 --- a/deny.toml +++ b/deny.toml @@ -38,13 +38,6 @@ ignore = [ # This is due to the feature ['jsonwebtoken/rust_crypto'] # We can use ['jsonwebtoken/aws_lc_rs'] instead to avoid this vulnerability. "RUSTSEC-2023-0071", - # hickory-proto 0.25.x vulnerabilities - reqwest 0.13.x depends on hickory-resolver 0.25.x - # which requires hickory-proto 0.25.x. Waiting for reqwest to update to hickory 0.26.x. - # Only affects users enabling the 'hickory-dns' feature. - # https://github.com/hickory-dns/hickory-dns/security/advisories/GHSA-3v94-mw7p-v465 - "RUSTSEC-2026-0118", - # https://github.com/hickory-dns/hickory-dns/security/advisories/GHSA-q2qq-hmj6-3wpp - "RUSTSEC-2026-0119", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories diff --git a/pubsub/Cargo.toml b/pubsub/Cargo.toml index 1a4aeb91..c69d98ba 100644 --- a/pubsub/Cargo.toml +++ b/pubsub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcloud-pubsub" -version = "1.7.0" +version = "1.7.1" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub" diff --git a/spanner/Cargo.toml b/spanner/Cargo.toml index f1528e91..672b8973 100644 --- a/spanner/Cargo.toml +++ b/spanner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcloud-spanner" -version = "1.8.0" +version = "1.8.1" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"