From 2fba99a5b7db0eab54febaecf57a4adb4b9046b6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Feb 2023 14:15:50 -0500 Subject: bump deps --- Cargo.toml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d6b5a4..cce5ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,21 +13,17 @@ license = "MIT" include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] -libc = "0.2.119" -nix = "0.23.1" +libc = "0.2.139" +nix = "0.26.2" -tokio = { version = "1.17.0", features = ["fs", "process", "net"], optional = true } +tokio = { version = "1.25.0", features = ["fs", "process", "net"], optional = true } [dev-dependencies] -futures = "0.3.21" -regex = "1.5.4" -term_size = "0.3.2" -tokio = { version = "1.17.0", features = ["full"] } +futures = "0.3.26" +regex = "1.7.1" +tokio = { version = "1.25.0", features = ["full"] } [features] default = [] async = ["tokio"] - -[patch.crates-io] -nix = { git = "https://github.com/nix-rust/nix" } -- cgit v1.2.3-54-g00ecf