Skip to content

Commit 4757e43

Browse files
committed
Update tokio to 1.51.1
1 parent 61ea434 commit 4757e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
1717
chacha20poly1305 = "0.10.1"
1818
async-trait = { version = "0.1.89", optional = true }
1919
async-fs = { version = "2.2.0", optional = true }
20-
tokio = { version = "1.51.0", features = ["fs"], optional = true }
20+
tokio = { version = "1.51.1", features = ["fs"], optional = true }
2121

2222
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
2323
keyring = { version = "3.6.3", features = ["linux-native"] }

0 commit comments

Comments
 (0)