Update to atoi 2.0.0 (#124)

This commit is contained in:
tottoto
2023-05-15 02:04:05 +09:00
committed by GitHub
parent 7e2bbe32fd
commit e1840ec9ef
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ path = "src/bin/server.rs"
[dependencies]
async-stream = "0.3.0"
atoi = "0.3.2"
atoi = "2.0.0"
bytes = "1"
rand = "0.8.5"
clap = { version = "3.1.18", features = ["derive"] }