diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml index 7128bec..b4252d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,12 +37,12 @@ uu_fmt = { path = "./crates/fmt" } colors = { path = "./crates/colors" } # Shared -pyo3 = { version = "0.25.1", features = ["macros"], default-features = false } -log = { version = "0.4.27", features = ["kv"] } -serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" -url = { version = "2.5.4", features = ["serde"] } -tokio = { version = "1.46.1", features = [ +pyo3 = { version = "0.27.1", features = ["macros"], default-features = false } +log = { version = "0.4.28", features = ["kv"] } +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" +url = { version = "2.5.7", features = ["serde"] } +tokio = { version = "1.48.0", features = [ "rt-multi-thread", "macros", "process", |
