From 3cd024abaf3a93ed9cea246638caae4670c7f3c6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 6 Aug 2023 20:55:11 -0400 Subject: bump deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- cgit v1.2.3-54-g00ecf