diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 12:02:53 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 12:02:53 +0200 |
| commit | 54415d6a189e195e9fbec15347f74d99b2f327e6 (patch) | |
| tree | fb14a1949e049d6beb86005110a47cdcce2ebdbe /pkgs/by-name/mp/mpdpopm/Cargo.toml | |
| parent | modules/common/unison: Also sync some .config locations (diff) | |
| download | nixos-config-54415d6a189e195e9fbec15347f74d99b2f327e6.zip | |
treewide: Update
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
| -rw-r--r-- | pkgs/by-name/mp/mpdpopm/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml index 2349db93..c41a70dd 100644 --- a/pkgs/by-name/mp/mpdpopm/Cargo.toml +++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml @@ -34,11 +34,11 @@ 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 = "1.1" -tokio = { version = "1.52", features = [ +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.103" +anyhow = "1.0.104" shlex = "2.0.1" -rand = "0.10.1" +rand = "0.10.2" ratatui = "0.30.2" |
