Skip to content

Commit

Permalink
Bump Tokio lib to 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed May 4, 2023
1 parent 722a30a commit 1ebcd91
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 @@ -18,7 +18,7 @@ log = { version = "0.4.11", default-features = false }
gethostname = { version = "0.4.0", default-features = false }
uuid = { version = "1.0.0", default-features = false, features = ["v4"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "rustls-tls"] }
tokio = { version = "1.17.0", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.18.4", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.1", default-features = false, features = ["codec"] }
serde_json = { version = "1.0.79", default-features = false }
time = { version = "0.3.17", default-features = false }
Expand Down

0 comments on commit 1ebcd91

Please sign in to comment.