From be180762f1e59bc848766271c2bb4a5c8bde3620 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Mar 2023 12:20:33 -0500 Subject: bump deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = [] -- cgit v1.2.3-54-g00ecf