Skip to content

Commit b714552

Browse files
chore(deps): bump the minor group with 4 updates (#2649)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tushar Mathur <tusharmath@gmail.com>
1 parent cf07a3c commit b714552

File tree

2 files changed

+51
-46
lines changed

2 files changed

+51
-46
lines changed

Cargo.lock

Lines changed: 48 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-recursion = "1.1.1"
2020
async-stream = "0.3"
2121
async-trait = "0.1.89"
2222
aws-config = { version = "1.8.13", features = ["behavior-version-latest"], default-features = false }
23-
aws-sdk-bedrockruntime = { version = "1.126.0", features = ["behavior-version-latest"], default-features = false }
23+
aws-sdk-bedrockruntime = { version = "1.128.0", features = ["behavior-version-latest"], default-features = false }
2424
aws-credential-types = "1.2.14"
2525
aws-smithy-types = "1.4.3"
2626
aws-smithy-runtime-api = "1.11.3"
@@ -29,7 +29,7 @@ aws-smithy-runtime = { version = "1.10", features = ["connector-hyper-0-14-x", "
2929
base64 = "0.22.1"
3030
bytes = "1.11.1"
3131
chrono = { version = "0.4.44", features = ["serde"] }
32-
clap = { version = "4.5.60", features = ["derive"] }
32+
clap = { version = "4.6.0", features = ["derive"] }
3333
clap_complete = "4.6.0"
3434
colored = "3.1.1"
3535
console = "0.16.3"
@@ -131,7 +131,7 @@ num-format = "0.4"
131131
humantime = "2.1.0"
132132
dashmap = "7.0.0-rc2"
133133
async-openai = { version = "0.33.1", default-features = false, features = ["response-types"] } # Using only types, not the API client - reduces dependencies
134-
google-cloud-auth = "1.6.0" # Google Cloud authentication with automatic token refresh
134+
google-cloud-auth = "1.7.0" # Google Cloud authentication with automatic token refresh
135135

136136
# Internal crates
137137
forge_embed = { path = "crates/forge_embed" }

0 commit comments

Comments
 (0)