aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 12:46:08 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 12:46:08 -0500
commit8819a3afd8e2fa6bbc1788e7de3f69e2cc0d8fa8 (patch)
tree061d0faee2a25f8e01389b75fdf786af4829a770
parent7378dfbc0052dcda076cd3242f29d31eab265566 (diff)
downloadpty-process-8819a3afd8e2fa6bbc1788e7de3f69e2cc0d8fa8.tar.gz
pty-process-8819a3afd8e2fa6bbc1788e7de3f69e2cc0d8fa8.zip
bump deps
-rw-r--r--Cargo.toml4
1 files 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 = []