Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the cargo-minor group with 2 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rfd](https://github.com/PolyMeilex/rfd) | `0.15.0` | `0.15.1` |
| [ashpd](https://github.com/bilelmoussaoui/ashpd) | `0.9.2` | `0.10.2` |

Updates `rfd` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](PolyMeilex/rfd@0.15.0...0.15.1)

Updates `ashpd` from 0.9.2 to 0.10.2
- [Release notes](https://github.com/bilelmoussaoui/ashpd/releases)
- [Commits](bilelmoussaoui/ashpd@0.9.2...0.10.2)
  • Loading branch information
dependabot[bot] authored and torokati44 committed Dec 10, 2024
1 parent f24fcc2 commit f097a2a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 144 deletions.
172 changes: 30 additions & 142 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ url = "2.5.2"
wasm-bindgen = "=0.2.97"
walkdir = "2.5.0"
tokio = "1.42.0"
rfd = "0.15.0"
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
rfd = { version = "0.15.1", default-features = false, features = ["tokio", "xdg-portal"] }

[workspace.lints.rust]
# Clippy nightly often adds new/buggy lints that we want to ignore.
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rand = "0.8.5"
thiserror.workspace = true

[target.'cfg(target_os = "linux")'.dependencies]
ashpd = "0.9.2"
ashpd = "0.10.2"

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
Expand Down

0 comments on commit f097a2a

Please sign in to comment.