Skip to content

Commit

Permalink
cargo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Feb 3, 2024
1 parent 973ff1b commit 74bbbcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.2"
version = "0.5.3"
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.35.1", features = ["time", "net"] }
tokio = { version = "1.36.0", features = ["time", "net"] }
log = "0.4.20"
rand = "0.8.5"

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

0 comments on commit 74bbbcf

Please sign in to comment.