This commit is contained in:
Jun Kurihara 2023-09-13 10:28:56 +09:00
commit 259a01b3f7
No known key found for this signature in database
GPG key ID: 6D3FEE70E498C15B
4 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ rustls-pemfile = "1.0.3"
mimalloc = { version = "*", default-features = false }
# config
clap = { version = "4.4.2", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.4.3", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.7.8", default-features = false, features = ["parse"] }
hot_reload = "0.1.4"