Skip to content

Commit

Permalink
Bump serde_json from 1.0.120 to 1.0.127 (#9805)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.127.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...1.0.127)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 4fc1ebb commit 85baaac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion extension/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2018"

[dependencies]
mio = { version = "0.8.11", features = ["os-poll", "net"] }
serde_json = "1.0.120"
serde_json = "1.0.127"
byteorder = "1.5.0"
2 changes: 1 addition & 1 deletion qtglean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.22"
once_cell = "1.19.0"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.204"
serde_json = "1.0.120"
serde_json = "1.0.127"

[build-dependencies]
cbindgen = "0.26.0"

0 comments on commit 85baaac

Please sign in to comment.