diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 303b545..403c8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,11 +37,11 @@ termsize = { path = "./crates/termsize" } uu_fmt = { path = "./crates/fmt" } # Shared -log = "0.4.26" +log = "0.4.27" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" url = { version = "2.5.4", features = ["serde"] } -tokio = { version = "1.44.1", features = [ +tokio = { version = "1.45.1", features = [ "rt-multi-thread", "macros", "process", |