Skip to content

Commit

Permalink
Merge pull request #35 from johnmanjiro13/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate tokio to 1.31.0
  • Loading branch information
johnmanjiro13 authored Aug 15, 2023
2 parents 5adb04a + 85611b2 commit c6a08c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ chrono = "0.4.26"
log = "0.4.20"
rmp-serde = "1.1.2"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1.29.1", features = ["net", "time", "io-util", "rt", "sync"] }
tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] }
uuid = { version = "1.4.1", features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit c6a08c5

Please sign in to comment.