Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elwerene committed Mar 15, 2021
1 parent b8df6a9 commit bac1567
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 @@ -10,7 +10,7 @@ license = "MIT"
edition = "2018"

[dependencies]
tokio = "1.0"
tokio = "1.3"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand All @@ -20,4 +20,4 @@ bytes = "1.0"
log = "0.4"

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

0 comments on commit bac1567

Please sign in to comment.