aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 12:20:33 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 12:20:33 -0500
commitbe180762f1e59bc848766271c2bb4a5c8bde3620 (patch)
tree0ca13a8390216e79ff32271ab9c5ac8a34f4fcd4
parentf17be1ae2833167b87ce17f89061efa706b0fa43 (diff)
downloadttyrec-be180762f1e59bc848766271c2bb4a5c8bde3620.tar.gz
ttyrec-be180762f1e59bc848766271c2bb4a5c8bde3620.zip
bump deps
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b978000..08c7619 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["parser-implementations"]
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
-tokio = { version = "1.17.0", optional = true, features = ["io-util"] }
+tokio = { version = "1.26.0", optional = true, features = ["io-util"] }
[features]
default = []