Skip to content

Commit a9c79a8

Browse files
build(deps): bump serde_json from 1.0.124 to 1.0.125
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.125) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68b173a commit a9c79a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -121,7 +121,7 @@ cfg-if = "1.0.0"
121121
clap = { version = "4.5.16", optional = true, features = ["derive"] }
122122

123123
# ipc
124-
serde_json = { version = "1.0.124", optional = true }
124+
serde_json = { version = "1.0.125", optional = true }
125125

126126
# http
127127
reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true }

0 commit comments

Comments
 (0)