diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index afaaafb..eb3f735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,9 +37,9 @@ termsize = { path = "./crates/termsize" } uu_fmt = { path = "./crates/fmt" } # Shared -log = "0.4.25" -serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.138" +log = "0.4.26" +serde = { version = "1.0.218", features = ["derive"] } +serde_json = "1.0.139" url = { version = "2.5.4", features = ["serde"] } tokio = { version = "1.43.0", features = [ "rt-multi-thread", |