about summary refs log tree commit diff
path: root/tvix/nix-compat-derive-tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix-compat-derive-tests/Cargo.toml')
-rw-r--r--tvix/nix-compat-derive-tests/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tvix/nix-compat-derive-tests/Cargo.toml b/tvix/nix-compat-derive-tests/Cargo.toml
index 31a334b920f3..6ec716392c03 100644
--- a/tvix/nix-compat-derive-tests/Cargo.toml
+++ b/tvix/nix-compat-derive-tests/Cargo.toml
@@ -10,8 +10,8 @@ compile-tests = []
 hex-literal = "0.4.1"
 pretty_assertions = "1.4.0"
 rstest = "0.19.0"
-tokio-test = "0.4.3"
-trybuild = "1.0.96"
+tokio-test = "0.4.4"
+trybuild = "1.0.99"
 
 [dev-dependencies.nix-compat]
 version = "0.1.0"
@@ -23,5 +23,5 @@ version = "0.1.0"
 path = "../nix-compat-derive"
 
 [dev-dependencies.tokio]
-version = "^1.38"
+version = "^1.39"
 features = ["io-util", "macros"]