Skip to content

Commit

Permalink
Bump serde_json from 1.0.137 to 1.0.138 (#10250)
Browse files Browse the repository at this point in the history
* Bump serde_json from 1.0.137 to 1.0.138

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update linux/flatpak/flatpak-vpn-crates.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 3, 2025
1 parent a6d10d5 commit 6370ba9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

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 = "1.0.3", features = ["os-poll", "net"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
byteorder = "1.5.0"
10 changes: 5 additions & 5 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2095,14 +2095,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.137.crate",
"sha256": "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b",
"dest": "cargo/vendor/serde_json-1.0.137"
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.138.crate",
"sha256": "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949",
"dest": "cargo/vendor/serde_json-1.0.138"
},
{
"type": "inline",
"contents": "{\"package\": \"930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.137",
"contents": "{\"package\": \"d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.138",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down
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.25"
once_cell = "1.20.2"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.217"
serde_json = "1.0.137"
serde_json = "1.0.138"

[build-dependencies]
cbindgen = "0.28.0"

0 comments on commit 6370ba9

Please sign in to comment.