aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/mp/mpdpopm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
-rw-r--r--pkgs/by-name/mp/mpdpopm/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml
index e98c3f32..8152fb40 100644
--- a/pkgs/by-name/mp/mpdpopm/Cargo.toml
+++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml
@@ -21,7 +21,7 @@ keywords = ["mpd", "music", "daemon"]
categories = ["multimedia", "network-programming", "database"]
[build-dependencies]
-lalrpop = { version = "0.22", features = ["lexer"] }
+lalrpop = { version = "0.23", features = ["lexer"] }
[dependencies]
async-trait = "0.1"
@@ -30,15 +30,15 @@ chrono = "0.4"
clap = { version = "4.6", features = ["derive"] }
errno = "0.3"
futures = "0.3"
-lalrpop-util = { version = "0.22", features = ["lexer"] }
+lalrpop-util = { version = "0.23", features = ["lexer"] }
lazy_static = "1.5"
os_str_bytes = "7.2"
pin-project = "1.1"
-regex = "1.12"
+regex = "1.13"
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0.150"
-toml = "0.9"
-tokio = { version = "1.52", features = [
+serde_json = "1.0.151"
+toml = "1.1"
+tokio = { version = "1.53", features = [
"io-util",
"macros",
"net",
@@ -50,7 +50,7 @@ tokio = { version = "1.52", features = [
] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
-anyhow = "1.0.102"
-shlex = "1.3.0"
-rand = "0.9.4"
-ratatui = "0.30.0"
+anyhow = "1.0.104"
+shlex = "2.0.1"
+rand = "0.10.2"
+ratatui = "0.30.2"