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" }