Skip to content

Commit

Permalink
cargo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 13, 2024
1 parent bb3daea commit 2a47c79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 35 deletions.
36 changes: 5 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdre-stubborn-io"
version = "0.5.4"
version = "0.5.5"
authors = ["David Raifaizen <[email protected]>", "Fred Clausen"]
edition = "2021"
description = "Forked from https://github.com/craftytrickster/stubborn-io. io traits/structs that automatically recover from potential disconnections/interruptions."
Expand All @@ -11,11 +11,11 @@ documentation = "https://docs.rs/sdre-stubborn-io"
readme = "README.md"

[dependencies]
tokio = { version = "1.36.0", features = ["time", "net"] }
tokio = { version = "1.37.0", features = ["time", "net"] }
log = "0.4.21"
rand = "0.8.5"

[dev-dependencies]
tokio = { version = "1.36.0", features = ["macros", "rt", "fs", "io-util"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
tokio = { version = "1.37.0", features = ["macros", "rt", "fs", "io-util"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
futures = "0.3.30"

0 comments on commit 2a47c79

Please sign in to comment.