Skip to content

Commit c6bf0d3

Browse files
fix(deps): bump anstream from 0.6.19 to 0.6.20
Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.19 to 0.6.20. - [Commits](rust-cli/anstyle@anstream-v0.6.19...anstream-v0.6.20) --- updated-dependencies: - dependency-name: anstream dependency-version: 0.6.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad6a6c7 commit c6bf0d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ amzn-codewhisperer-client = { path = "crates/amzn-codewhisperer-client" }
2828
amzn-codewhisperer-streaming-client = { path = "crates/amzn-codewhisperer-streaming-client" }
2929
amzn-consolas-client = { path = "crates/amzn-consolas-client" }
3030
amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-client" }
31-
anstream = "0.6.13"
31+
anstream = "0.6.20"
3232
anyhow = "1.0.98"
3333
appkit-nsworkspace-bindings = { path = "crates/macos-utils/appkit-nsworkspace-bindings" }
3434
async-trait = "0.1.87"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ amzn-codewhisperer-streaming-client = { path = "../amzn-codewhisperer-streaming-
2727
amzn-consolas-client = { path = "../amzn-consolas-client" }
2828
amzn-qdeveloper-streaming-client = { path = "../amzn-qdeveloper-streaming-client" }
2929
amzn-toolkit-telemetry-client = { path = "../amzn-toolkit-telemetry-client" }
30-
anstream = "0.6.13"
30+
anstream = "0.6.20"
3131
arboard = { version = "3.5.0", default-features = false }
3232
async-trait = "0.1.87"
3333
aws-config = "1.0.3"

0 commit comments

Comments
 (0)