Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.138 to 1.0.140
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.140.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.140)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 00e5ac8 commit 0a24e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ cfg-if = "1.0.0"
clap = { version = "4.5.29", optional = true, features = ["derive"] }

# ipc
serde_json = { version = "1.0.138", optional = true }
serde_json = { version = "1.0.140", optional = true }

# http
reqwest = { version = "0.12.12", default-features = false, features = ["default-tls", "http2"], optional = true }
Expand Down Expand Up @@ -179,4 +179,4 @@ schemars = { version = "0.8.22", optional = true }
clap = { version = "4.5.29", features = ["derive"] }
clap_complete = "4.5.46"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.138"
serde_json = "1.0.140"

0 comments on commit 0a24e72

Please sign in to comment.