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 Nov 18, 2024
1 parent 99561d9 commit 0357526
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 33 deletions.
57 changes: 26 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ url = "2.5.2"
wasm-bindgen = "=0.2.95"
walkdir = "2.5.0"
tokio = "1.41.1"
rfd = "0.15.0"
rfd = "0.15.1"

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

[target.'cfg(target_os = "linux")'.dependencies]
ashpd = "0.9.2"
# The `tokio` and `async-std` features are mutually exclusive, and `ashpd` itself enables `tokio`
# by default, while `rfd` enables `async-std` for it by default. So we need to disable `tokio` here.
ashpd = { version = "0.10.2", default-features = false }

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

0 comments on commit 0357526

Please sign in to comment.