Skip to content

Commit 60adbc0

Browse files
fix(deps): bump arboard from 3.5.0 to 3.6.0
--- updated-dependencies: - dependency-name: arboard dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bed5a9b commit 60adbc0

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.

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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" }
3030
anstream = "0.6.13"
31-
arboard = { version = "3.5.0", default-features = false }
31+
arboard = { version = "3.6.0", default-features = false }
3232
async-trait = "0.1.87"
3333
aws-config = "1.0.3"
3434
aws-credential-types = "1.0.3"

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ amzn-codewhisperer-client.workspace = true
1919
amzn-codewhisperer-streaming-client.workspace = true
2020
anstream.workspace = true
2121
appkit-nsworkspace-bindings.workspace = true
22-
arboard = { version = "3.5.0", default-features = false }
22+
arboard = { version = "3.6.0", default-features = false }
2323
async-trait.workspace = true
2424
base64.workspace = true
2525
bitflags.workspace = true

0 commit comments

Comments
 (0)