Skip to content

Commit c396fff

Browse files
committed
chore: bump dependencies
Resvg 0.42 has some annoying breaking changes, so we pin 0.41 for now.
1 parent 6b7188a commit c396fff

File tree

2 files changed

+76
-41
lines changed

2 files changed

+76
-41
lines changed

Cargo.lock

+71-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ authors = [
88
]
99

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

0 commit comments

Comments
 (0)