Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey committed Nov 5, 2024
1 parent d178bf3 commit e2dc4a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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 libplatune/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sqlx = { version = "0.8", default-features = false, features = [
"macros",
"runtime-tokio",
] }
daemon-slayer = { git = "https://github.com/aschey/daemon-slayer", rev = "041ae804351b10c98fbaf3100f41c7d122543836", features = [
daemon-slayer = { git = "https://github.com/aschey/daemon-slayer", rev = "37ab29be1006ad6dfc2d5652cd55842c02d0b092", features = [
"native-notification",
] }
strum = { version = "0.26", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion platuned/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.20", features = ["unstable-styles"] }
console-subscriber = { version = "0.4.1", features = [
"parking_lot",
], optional = true }
daemon-slayer = { git = "https://github.com/aschey/daemon-slayer", rev = "041ae804351b10c98fbaf3100f41c7d122543836", features = [
daemon-slayer = { git = "https://github.com/aschey/daemon-slayer", rev = "37ab29be1006ad6dfc2d5652cd55842c02d0b092", features = [
"client-standard",
"server-standard",
"notify",
Expand Down

0 comments on commit e2dc4a4

Please sign in to comment.