Skip to content

Commit

Permalink
Bump serde from 1.0.214 to 1.0.215 (#10048)
Browse files Browse the repository at this point in the history
* Bump serde from 1.0.214 to 1.0.215

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

---
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 Nov 23, 2024
1 parent fac1272 commit 0808b9e
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 @@ -2108,27 +2108,27 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde/serde-1.0.214.crate",
"sha256": "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5",
"dest": "cargo/vendor/serde-1.0.214"
"url": "https://static.crates.io/crates/serde/serde-1.0.215.crate",
"sha256": "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f",
"dest": "cargo/vendor/serde-1.0.215"
},
{
"type": "inline",
"contents": "{\"package\": \"f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5\", \"files\": {}}",
"dest": "cargo/vendor/serde-1.0.214",
"contents": "{\"package\": \"6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f\", \"files\": {}}",
"dest": "cargo/vendor/serde-1.0.215",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.214.crate",
"sha256": "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766",
"dest": "cargo/vendor/serde_derive-1.0.214"
"url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.215.crate",
"sha256": "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0",
"dest": "cargo/vendor/serde_derive-1.0.215"
},
{
"type": "inline",
"contents": "{\"package\": \"de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766\", \"files\": {}}",
"dest": "cargo/vendor/serde_derive-1.0.214",
"contents": "{\"package\": \"ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0\", \"files\": {}}",
"dest": "cargo/vendor/serde_derive-1.0.215",
"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.22"
once_cell = "1.20.2"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.214"
serde = "1.0.215"
serde_json = "1.0.133"

[build-dependencies]
Expand Down

0 comments on commit 0808b9e

Please sign in to comment.