chore(deps): bump the cargo-minor-and-patch group across 1 directory with 14 updates (#9178)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-13 15:01:58 -04:00
committed by GitHub
parent 1d47416f2d
commit 2edfc3075d
4 changed files with 147 additions and 146 deletions
+3 -3
View File
@@ -56,13 +56,13 @@ webbrowser = { workspace = true }
indicatif = "0.18.1"
tokio-util = { workspace = true, features = ["compat", "rt"] }
anstream = "1.0.0"
open = "5.3.4"
open = "5.3.5"
url = { workspace = true }
urlencoding = { workspace = true }
clap_complete = "4.6.2"
clap_complete = "4.6.5"
comfy-table = "7.2.2"
sha2 = { workspace = true }
sigstore-verify = { version = "=0.6.5", default-features = false }
sigstore-verify = { version = "=0.6.6", default-features = false }
axum.workspace = true
clap_complete_nushell = "4.6.0"
+4 -4
View File
@@ -131,15 +131,15 @@ sqlx = { version = "0.8", default-features = false, features = [
] }
# For Bedrock provider (optional, behind "aws-providers" feature)
aws-config = { version = "=1.8.12", features = ["behavior-version-latest"], optional = true }
aws-config = { version = "=1.8.13", features = ["behavior-version-latest"], optional = true }
aws-smithy-types = { version = "=1.4.7", optional = true }
aws-sdk-bedrockruntime = { version = "=1.120.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
aws-sdk-bedrockruntime = { version = "=1.124.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
# For SageMaker TGI provider (optional, behind "aws-providers" feature)
aws-sdk-sagemakerruntime = { version = "1.62.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
aws-sdk-sagemakerruntime = { version = "1.95.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
# For GCP Vertex AI provider auth
jsonwebtoken = { version = "10.3.0", default-features = false, features = ["use_pem"] }
jsonwebtoken = { version = "10.4.0", default-features = false, features = ["use_pem"] }
blake3 = "1.8"
fs2 = { workspace = true }