Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 3e7e9ca

Browse files
chore(deps): bump the cli-patch group in /bolt-cli with 2 updates
Bumps the cli-patch group in /bolt-cli with 2 updates: [serde_json](https://github.com/serde-rs/json) and [rustls](https://github.com/rustls/rustls). Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `rustls` from 0.23.21 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.21...v/0.23.22) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli-patch - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74df293 commit 3e7e9ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bolt-cli/Cargo.lock

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

bolt-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ futures = "0.3.31"
1515
# cli
1616
clap = { version = "4.5.27", features = ["derive", "env"] }
1717
serde = { version = "1.0.217", features = ["derive"] }
18-
serde_json = "1.0.137"
18+
serde_json = "1.0.138"
1919

2020
# grpc
21-
rustls = { version = "0.23.21", features = ["ring"] }
21+
rustls = { version = "0.23.22", features = ["ring"] }
2222
tonic = { version = "0.12.3", features = ["tls"] }
2323
prost = "0.13.4"
2424

0 commit comments

Comments
 (0)