aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-05 14:15:50 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-05 14:15:50 -0500
commit2fba99a5b7db0eab54febaecf57a4adb4b9046b6 (patch)
tree4f8150293eb6f9bb273991a489ef5557b1abca64
parent84f04ac0819e80c829db25f558b66843424f8c48 (diff)
downloadpty-process-2fba99a5b7db0eab54febaecf57a4adb4b9046b6.tar.gz
pty-process-2fba99a5b7db0eab54febaecf57a4adb4b9046b6.zip
bump deps
-rw-r--r--Cargo.toml16
-rw-r--r--deny.toml2
2 files changed, 7 insertions, 11 deletions
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" }
diff --git a/deny.toml b/deny.toml
index 5b7ebc5..11c69cd 100644
--- a/deny.toml
+++ b/deny.toml
@@ -10,5 +10,5 @@ unsound = "deny"
[bans]
[licenses]
-allow = ["MIT", "Apache-2.0"]
+allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"]
copyleft = "deny"