Skip to content

Commit

Permalink
update Tokio to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Nov 1, 2020
1 parent 372ed33 commit 4e7439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1.0"
simplelog = "0.8"
tokio = { version = "0.2.20", features = ["fs", "io-util", "macros", "rt-core", "sync", "time"] }
tokio = { version = "0.3", features = ["fs", "io-util", "macros", "rt", "sync", "time"] }
url = "2.1"

# optional dependencies
Expand Down

0 comments on commit 4e7439e

Please sign in to comment.