Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
Resvg 0.42 has some annoying breaking changes, so we pin 0.41 for now.
  • Loading branch information
NotAShelf committed Jul 11, 2024
1 parent 6b7188a commit c396fff
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 41 deletions.
107 changes: 71 additions & 36 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ authors = [
]

[dependencies]
arboard = {version = "3.3.2", features = ["wl-clipboard-rs", "wayland-data-control"]}
arboard = {version = "3.4", features = ["wl-clipboard-rs", "wayland-data-control"]}
env_logger = "0.11"
ksni = {git="https://github.com/iovxw/ksni", branch="zbus" }
log = "0.4"
notify-rust = {version = "4.10", default_features = false, features = ["d"]}
open = "5.1.2"
resvg = "0.40.0"
notify-rust = {version = "4.11", default_features = false, features = ["d"]}
open = "5.3"
resvg = "0.41.0"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
which = "6.0"
whoami = "1.5.1"
wl-clipboard-rs = "0.8"
wl-clipboard-rs = "0.9"

0 comments on commit c396fff

Please sign in to comment.