Skip to content

Commit

Permalink
Merge pull request #893 from JakeStanger/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.140

build(deps): bump serde_json from 1.0.138 to 1.0.140
  • Loading branch information
JakeStanger authored Mar 10, 2025
2 parents 307b254 + 84d600f commit a043724
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.31", 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.31", 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 a043724

Please sign in to comment.