From 8819a3afd8e2fa6bbc1788e7de3f69e2cc0d8fa8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Mar 2023 12:46:08 -0500 Subject: bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cce5ccb..731065d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,12 +16,12 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] libc = "0.2.139" nix = "0.26.2" -tokio = { version = "1.25.0", features = ["fs", "process", "net"], optional = true } +tokio = { version = "1.26.0", features = ["fs", "process", "net"], optional = true } [dev-dependencies] futures = "0.3.26" regex = "1.7.1" -tokio = { version = "1.25.0", features = ["full"] } +tokio = { version = "1.26.0", features = ["full"] } [features] default = [] -- cgit v1.2.3-54-g00ecf