chore(deps): bump the cargo-minor-and-patch group with 6 updates (#9266)

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-15 14:05:39 -04:00
committed by GitHub
parent d730785ca8
commit 4b88eabac1
4 changed files with 185 additions and 95 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ anyhow = { workspace = true }
bytes = { workspace = true }
http = { workspace = true }
base64 = { workspace = true }
config = { version = "0.15.13", features = ["toml"] }
config = { version = "0.15.23", features = ["toml"] }
thiserror = { workspace = true }
clap = { workspace = true }
serde_yaml = { workspace = true }
@@ -75,7 +75,7 @@ rustls = { version = "0.23", features = ["aws_lc_rs"], optional = true }
uuid = { workspace = true }
rcgen = "0.14"
axum-server = { version = "0.8.0" }
aws-lc-rs = { version = "1.16.3", optional = true }
aws-lc-rs = { version = "1.17.0", optional = true }
openssl = { version = "0.10", optional = true }
pem = "3.0.6"
+3 -3
View File
@@ -131,12 +131,12 @@ sqlx = { version = "0.8", default-features = false, features = [
] }
# For Bedrock provider (optional, behind "aws-providers" feature)
aws-config = { version = "=1.8.13", features = ["behavior-version-latest"], optional = true }
aws-config = { version = "=1.8.16", features = ["behavior-version-latest"], optional = true }
aws-smithy-types = { version = "=1.4.7", optional = true }
aws-sdk-bedrockruntime = { version = "=1.124.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
aws-sdk-bedrockruntime = { version = "=1.130.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.95.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
aws-sdk-sagemakerruntime = { version = "1.101.0", default-features = false, features = ["default-https-client", "rt-tokio"], optional = true }
# For GCP Vertex AI provider auth
jsonwebtoken = { version = "10.4.0", default-features = false, features = ["use_pem"] }