about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 20:40:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 20:40:26 +0200
commitfa79bd7eef3824ad208984df9cc7784bdab5ba2b (patch)
tree5f1f95e0d0a4c9abb31c58832b4bbd78b72e1dd4 /Cargo.toml
parentbuild(flake): Add `git-bug` to the devshell (diff)
downloadyt-fa79bd7eef3824ad208984df9cc7784bdab5ba2b.zip
build(treewide): Update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
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",