aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/mp/mpdpopm/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-03 18:35:13 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-03 18:35:13 +0200
commitc680e38532036308413cb42be54e6a8fb00b5a62 (patch)
tree596be67694116407025bef94c6252168ca44beff /pkgs/by-name/mp/mpdpopm/Cargo.toml
parentpkgs/tskm: Update `taskchampion` to 3.x (diff)
downloadnixos-config-c680e38532036308413cb42be54e6a8fb00b5a62.zip
pkgs/mpdpopm: Upgrade rand and lalrpop to breaking version
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
-rw-r--r--pkgs/by-name/mp/mpdpopm/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml
index e98c3f32..536c87c8 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,14 +30,14 @@ 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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.150"
-toml = "0.9"
+toml = "1.1"
tokio = { version = "1.52", features = [
"io-util",
"macros",
@@ -51,6 +51,6 @@ 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"
+shlex = "2.0.1"
+rand = "0.10.1"
ratatui = "0.30.0"