Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Mar 29, 2024
1 parent 30bdb8d commit bb3874d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 56 deletions.
104 changes: 51 additions & 53 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions more-wallpapers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ fallback = ["dep:fallback"]
[dependencies]
camino = "1.1"
rand = { version = "0.8.5", features = ["alloc"], optional = true }
strum = "0.24"
strum_macros = "0.24"
strum = "0.26"
strum_macros = "0.26"
thiserror = "1.0"
fallback = { package = "more-wallpapers-fallback", git = "https://github.com/LuckyTurtleDev/wallpaper.rs.git", version = "4.0", optional = true }
fallback = { package = "more-wallpapers-fallback", version = "5.0", optional = true }

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
rustbus = "0.19.1"
Expand Down

0 comments on commit bb3874d

Please sign in to comment.