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

Commit ecc3358

Browse files
dependabot[bot]kanywst
authored andcommitted
chore(deps): bump serde_json from 1.0.149 to 1.0.150 in /cli
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 307d055 commit ecc3358

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/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.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ zip = { version = "0.6.6", default-features = false, features = ["time", "deflat
2323
regex = "1.8.3"
2424
sysinfo = { version = "0.29.0", default-features = false }
2525
serde = { version = "1.0.163", features = ["derive"] }
26-
serde_json = "1.0.96"
26+
serde_json = "1.0.150"
2727
rmp-serde = "1.1.1"
2828
uuid = { version = "1.4", features = ["serde", "v4"] }
2929
dirs = "5.0.1"
@@ -62,7 +62,7 @@ ahp-ws = "0.1"
6262

6363
[build-dependencies]
6464
serde = { version="1.0.163", features = ["derive"] }
65-
serde_json = "1.0.96"
65+
serde_json = "1.0.150"
6666
winresource = "0.1"
6767

6868
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)