Skip to content

Commit a74fc21

Browse files
build(deps): bump serde_json from 1.0.122 to 1.0.124
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.122...v1.0.124) --- 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 513e249 commit a74fc21

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.13", optional = true, features = ["derive"] }
122122

123123
# ipc
124-
serde_json = { version = "1.0.122", optional = true }
124+
serde_json = { version = "1.0.124", 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)