Skip to content

Commit

Permalink
Bump log from 0.4.25 to 0.4.26 (#10298)
Browse files Browse the repository at this point in the history
* Bump log from 0.4.25 to 0.4.26

Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.25...0.4.26)

---
updated-dependencies:
- dependency-name: log
  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 Feb 26, 2025
1 parent 7700bed commit 089a8a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.

10 changes: 5 additions & 5 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1419,14 +1419,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/log/log-0.4.25.crate",
"sha256": "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f",
"dest": "cargo/vendor/log-0.4.25"
"url": "https://static.crates.io/crates/log/log-0.4.26.crate",
"sha256": "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e",
"dest": "cargo/vendor/log-0.4.26"
},
{
"type": "inline",
"contents": "{\"package\": \"04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f\", \"files\": {}}",
"dest": "cargo/vendor/log-0.4.25",
"contents": "{\"package\": \"30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e\", \"files\": {}}",
"dest": "cargo/vendor/log-0.4.26",
"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 @@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib"]
ffi-support = "0.4.4"
glean = { path = "../3rdparty/glean/glean-core/rlb" }
glean-core = { path = "../3rdparty/glean/glean-core" }
log = "0.4.25"
log = "0.4.26"
once_cell = "1.20.3"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1.0.217"
Expand Down

0 comments on commit 089a8a0

Please sign in to comment.