Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigquery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-bigquery"
version = "1.6.0"
version = "1.7.0"
edition = "2021"
authors = ["yoshidan <naohiro.y@gmail.com>"]
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery"
Expand Down
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-pubsub"
version = "1.7.0"
version = "1.7.1"
authors = ["yoshidan <naohiro.y@gmail.com>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub"
Expand Down
2 changes: 1 addition & 1 deletion spanner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcloud-spanner"
version = "1.8.0"
version = "1.8.1"
authors = ["yoshidan <naohiro.y@gmail.com>"]
edition = "2021"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"
Expand Down
Loading