From d16d438f1755f46c5297bddc09895617584687e0 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:06:36 -0700 Subject: [PATCH] more updates --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 437c699..7366588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "sdre-stubborn-io" -version = "0.5.14" +version = "0.5.15" dependencies = [ "futures", "log", diff --git a/Cargo.toml b/Cargo.toml index 2e13450..239c0ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdre-stubborn-io" -version = "0.5.14" +version = "0.5.15" authors = ["David Raifaizen ", "Fred Clausen"] edition = "2021" description = "Forked from https://github.com/craftytrickster/stubborn-io. io traits/structs that automatically recover from potential disconnections/interruptions." @@ -16,6 +16,6 @@ log = "0.4.25" rand = "0.8.5" [dev-dependencies] -tokio = { version = "1.42.0", features = ["macros", "rt", "fs", "io-util"] } +tokio = { version = "1.43.0", features = ["macros", "rt", "fs", "io-util"] } tokio-util = { version = "0.7.13", features = ["codec"] } futures = "0.3.31"