diff options
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
| -rw-r--r-- | pkgs/by-name/mp/mpdpopm/Cargo.toml | 10 |
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 b1448e0b..bba20ef6 100644 --- a/pkgs/by-name/mp/mpdpopm/Cargo.toml +++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml @@ -27,7 +27,7 @@ lalrpop = { version = "0.22", features = ["lexer"] } async-trait = "0.1" boolinator = "2.4" chrono = "0.4" -clap = {version = "4.5", features = ["derive"]} +clap = {version = "4.6", features = ["derive"]} errno = "0.3" futures = "0.3" lalrpop-util = { version = "0.22", features = ["lexer"] } @@ -38,10 +38,10 @@ regex = "1.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" toml = "0.9" -tokio = { version = "1.49", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } +tokio = { version = "1.51", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tracing = "0.1.44" -tracing-subscriber = { version = "0.3.22", features = ["env-filter"]} -anyhow = "1.0.101" +tracing-subscriber = { version = "0.3.23", features = ["env-filter"]} +anyhow = "1.0.102" shlex = "1.3.0" -rand = "0.9.2" +rand = "0.9.4" ratatui = "0.30.0" |
