Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 24, 2024
1 parent db8aec3 commit c027af9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 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.9"
version = "0.5.10"
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.40.0", features = ["time", "net"] }
tokio = { version = "1.41.0", features = ["time", "net"] }
log = "0.4.22"
rand = "0.8.5"

[dev-dependencies]
tokio = { version = "1.40.0", features = ["macros", "rt", "fs", "io-util"] }
tokio = { version = "1.41.0", features = ["macros", "rt", "fs", "io-util"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
futures = "0.3.30"
futures = "0.3.31"

0 comments on commit c027af9

Please sign in to comment.