Skip to content

Commit 8d5dd69

Browse files
fix(deps): update rust crate tokio to 1.35.1 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d450bad commit 8d5dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-trait = "0.1.74"
2020
lazy_static = "1.4.0"
2121
serde_json = { version = "1.0.108", optional = true }
2222
time = "0.3.30"
23-
tokio = { version = "1.35.0", features = [ "full" ] }
23+
tokio = { version = "1.35.1", features = [ "full" ] }
2424
typed-builder = "0.18.0"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)