Skip to content

Commit

Permalink
Bump serde_json from 1.0.139 to 1.0.140 (#10325)
Browse files Browse the repository at this point in the history
* Bump serde_json from 1.0.139 to 1.0.140

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.139 to 1.0.140.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.139...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]>

* [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 Mar 10, 2025
1 parent 6826d1e commit f595d50
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,7 +5,7 @@ edition = "2018"

[dependencies]
mio = { version = "1.0.3", features = ["os-poll", "net"] }
serde_json = "1.0.139"
serde_json = "1.0.140"
byteorder = "1.5.0"
sysinfo = "0.33.1"

Expand Down
10 changes: 5 additions & 5 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2160,14 +2160,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.139.crate",
"sha256": "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6",
"dest": "cargo/vendor/serde_json-1.0.139"
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.140.crate",
"sha256": "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373",
"dest": "cargo/vendor/serde_json-1.0.140"
},
{
"type": "inline",
"contents": "{\"package\": \"44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.139",
"contents": "{\"package\": \"20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.140",
"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.26"
once_cell = "1.20.3"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.219"
serde_json = "1.0.139"
serde_json = "1.0.140"

[build-dependencies]
cbindgen = "0.28.0"

0 comments on commit f595d50

Please sign in to comment.