Skip to content

Commit

Permalink
Merge pull request #26 from fraktalio/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.37.0
  • Loading branch information
idugalic authored Apr 1, 2024
2 parents 960ff67 + ffbfc89 commit f8df30e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ serde = {version = "1.0.197", features = ["derive"]}

[dev-dependencies]
derive_more = "0.99.17"
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }

0 comments on commit f8df30e

Please sign in to comment.