Skip to content

Commit b6b418b

Browse files
fix(deps): update rust crate tokio to 1.37 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdbf251 commit b6b418b

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
@@ -21,7 +21,7 @@ lazy_static = "1.4"
2121
mockall = { version = "0.12", optional = true }
2222
serde_json = { version = "1.0", optional = true }
2323
time = "0.3"
24-
tokio = { version = "1.36", features = [ "full" ] }
24+
tokio = { version = "1.37", features = [ "full" ] }
2525
typed-builder = "0.18"
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)