diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-12 00:33:23 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-12 00:33:23 +0200 |
| commit | 5ccb599d92dd1fd747313a8bfecfabcfe4bb1c69 (patch) | |
| tree | 160907101fe793be97aae2d3f38082f1171889f7 /pkgs/by-name/mp/mpdpopm/Cargo.toml | |
| parent | treewide: Remove all references to `self.inputs` (diff) | |
| download | nixos-config-5ccb599d92dd1fd747313a8bfecfabcfe4bb1c69.zip | |
pkgs: Update cargo lockfiles
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
| -rw-r--r-- | pkgs/by-name/mp/mpdpopm/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml index bba20ef6..51931865 100644 --- a/pkgs/by-name/mp/mpdpopm/Cargo.toml +++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml @@ -32,13 +32,13 @@ errno = "0.3" futures = "0.3" lalrpop-util = { version = "0.22", features = ["lexer"] } lazy_static = "1.5" -os_str_bytes = "7.1" +os_str_bytes = "7.2" pin-project = "1.1" regex = "1.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" toml = "0.9" -tokio = { version = "1.51", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } +tokio = { version = "1.52", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter"]} anyhow = "1.0.102" |
