Skip to content

Commit

Permalink
Bump serde_json from 1.0.132 to 1.0.133 (#10049)
Browse files Browse the repository at this point in the history
* Bump serde_json from 1.0.132 to 1.0.133

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

---
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 Nov 23, 2024
1 parent 2576ec3 commit fac1272
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.2", features = ["os-poll", "net"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
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 @@ -2134,14 +2134,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.132.crate",
"sha256": "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03",
"dest": "cargo/vendor/serde_json-1.0.132"
"url": "https://static.crates.io/crates/serde_json/serde_json-1.0.133.crate",
"sha256": "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377",
"dest": "cargo/vendor/serde_json-1.0.133"
},
{
"type": "inline",
"contents": "{\"package\": \"d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.132",
"contents": "{\"package\": \"c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377\", \"files\": {}}",
"dest": "cargo/vendor/serde_json-1.0.133",
"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.22"
once_cell = "1.20.2"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.214"
serde_json = "1.0.132"
serde_json = "1.0.133"

[build-dependencies]
cbindgen = "0.27.0"

0 comments on commit fac1272

Please sign in to comment.