Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Mar 7, 2025
1 parent ab1941b commit 40ecad6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 50 deletions.
65 changes: 19 additions & 46 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ chrono = "0.4"
dbus = { version = "0.9", optional = true }
dbus-tokio = { version = "0.7.3", optional = true }
dbus-crossroads = { version = "0.5.0", optional = true }
fern = { version = "0.7.0", features = ["syslog-6", "colored"] }
fern = { version = "0.7.0", features = ["syslog-7", "colored"] }
futures = "0.3.15"
gethostname = "0.5.0"
gethostname = "1.0.0"
hex = "0.4"
libc = "0.2.82"
log = "0.4.6"
Expand All @@ -35,15 +35,15 @@ librespot-protocol = "0.6"
librespot-oauth = "0.6"
toml = "0.8.19"
color-eyre = "0.6"
directories = "5.0.1"
directories = "6.0.0"
thiserror = "2.0"
time = { version = "0.3.37", default-features = false, features = ["formatting"] }
clap = { version = "4.5.23", features = ["derive"] }
serde_ignored = "0.1.10"

[target."cfg(unix)".dependencies]
daemonize = "0.5"
syslog = "6"
syslog = "7"

[target."cfg(target_os = \"macos\")".dependencies]
whoami = "1"
Expand Down

0 comments on commit 40ecad6

Please sign in to comment.