From 3c75b112344b0938286f6db761eec85557bae6b7 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 26 Jul 2026 13:15:49 +0800 Subject: [PATCH] build(deps): update tokio dependency version to 1.53.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 475b552..30164df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "wreq_ruby" [dependencies] magnus = { version = "0.8.2", features = ["bytes"] } rb-sys = { version = "0.9.128", default-features = false } -tokio = { version = "1.52.3", features = ["full"] } +tokio = { version = "1.53.1", features = ["full"] } wreq = { version = "6.0.0-rc", features = [ "query", "form", @@ -64,4 +64,4 @@ strip = true [patch.crates-io] btls = { git = "https://github.com/0x676e67/btls", branch = "demo/merge-upstream-boring-20260616" } btls-sys = { git = "https://github.com/0x676e67/btls", branch = "demo/merge-upstream-boring-20260616" } -wreq-util = { path = "crates/wreq-util" } \ No newline at end of file +wreq-util = { path = "crates/wreq-util" }