Skip to content

Commit

Permalink
Bump once_cell from 1.20.1 to 1.20.2 (#9938)
Browse files Browse the repository at this point in the history
* Bump once_cell from 1.20.1 to 1.20.2

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.1 to 1.20.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.1...v1.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 Oct 7, 2024
1 parent 9aa22b6 commit c3d1807
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
13 changes: 2 additions & 11 deletions Cargo.lock

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

23 changes: 5 additions & 18 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1536,14 +1536,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/once_cell/once_cell-1.20.1.crate",
"sha256": "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1",
"dest": "cargo/vendor/once_cell-1.20.1"
"url": "https://static.crates.io/crates/once_cell/once_cell-1.20.2.crate",
"sha256": "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775",
"dest": "cargo/vendor/once_cell-1.20.2"
},
{
"type": "inline",
"contents": "{\"package\": \"82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1\", \"files\": {}}",
"dest": "cargo/vendor/once_cell-1.20.1",
"contents": "{\"package\": \"1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775\", \"files\": {}}",
"dest": "cargo/vendor/once_cell-1.20.2",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -1754,19 +1754,6 @@
"dest": "cargo/vendor/plain-0.2.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/portable-atomic/portable-atomic-1.9.0.crate",
"sha256": "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2",
"dest": "cargo/vendor/portable-atomic-1.9.0"
},
{
"type": "inline",
"contents": "{\"package\": \"cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2\", \"files\": {}}",
"dest": "cargo/vendor/portable-atomic-1.9.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
Expand Down
2 changes: 1 addition & 1 deletion qtglean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ffi-support = "0.4.4"
glean = { path = "../3rdparty/glean/glean-core/rlb" }
glean-core = { path = "../3rdparty/glean/glean-core" }
log = "0.4.22"
once_cell = "1.20.1"
once_cell = "1.20.2"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.210"
serde_json = "1.0.128"
Expand Down

0 comments on commit c3d1807

Please sign in to comment.