Skip to content

Commit

Permalink
Bump serde from 1.0.218 to 1.0.219 (#10326)
Browse files Browse the repository at this point in the history
* Bump serde from 1.0.218 to 1.0.219

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.218 to 1.0.219.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

---
updated-dependencies:
- dependency-name: serde
  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 3469b95 commit 6826d1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2134,27 +2134,27 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde/serde-1.0.218.crate",
"sha256": "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60",
"dest": "cargo/vendor/serde-1.0.218"
"url": "https://static.crates.io/crates/serde/serde-1.0.219.crate",
"sha256": "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6",
"dest": "cargo/vendor/serde-1.0.219"
},
{
"type": "inline",
"contents": "{\"package\": \"e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60\", \"files\": {}}",
"dest": "cargo/vendor/serde-1.0.218",
"contents": "{\"package\": \"5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6\", \"files\": {}}",
"dest": "cargo/vendor/serde-1.0.219",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.218.crate",
"sha256": "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b",
"dest": "cargo/vendor/serde_derive-1.0.218"
"url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.219.crate",
"sha256": "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00",
"dest": "cargo/vendor/serde_derive-1.0.219"
},
{
"type": "inline",
"contents": "{\"package\": \"f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b\", \"files\": {}}",
"dest": "cargo/vendor/serde_derive-1.0.218",
"contents": "{\"package\": \"5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00\", \"files\": {}}",
"dest": "cargo/vendor/serde_derive-1.0.219",
"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 @@ -15,7 +15,7 @@ glean-core = { path = "../3rdparty/glean/glean-core" }
log = "0.4.26"
once_cell = "1.20.3"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.218"
serde = "1.0.219"
serde_json = "1.0.139"

[build-dependencies]
Expand Down

0 comments on commit 6826d1e

Please sign in to comment.