aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 20:55:11 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 20:55:11 -0400
commit3cd024abaf3a93ed9cea246638caae4670c7f3c6 (patch)
treeabcd1796401e9314749b19a270b4ce0a37bc1a04
parent2319374b02e6b1d2db47ea59a52d3d96a5ea437d (diff)
downloadttyrec-3cd024abaf3a93ed9cea246638caae4670c7f3c6.tar.gz
ttyrec-3cd024abaf3a93ed9cea246638caae4670c7f3c6.zip
bump deps
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d9428f..361e95c 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.26.0", optional = true, features = ["io-util"] }
+tokio = { version = "1.29.1", optional = true, features = ["io-util"] }
[features]
default = []