Skip to content

Commit

Permalink
Merge pull request #8 from fraktalio/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.33.0
  • Loading branch information
idugalic authored Oct 11, 2023
2 parents b4cc4f1 + aca5f38 commit 7b50ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -10,5 +10,5 @@ async-trait = "0.1.73"

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

0 comments on commit 7b50ea8

Please sign in to comment.