chore: deps

This commit is contained in:
Jun Kurihara 2024-07-17 12:58:39 +09:00
commit 4d889e6a05
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
3 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@ mimalloc = { version = "*", default-features = false }
anyhow = "1.0.86"
rustc-hash = "2.0.0"
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
tokio = { version = "1.38.0", default-features = false, features = [
tokio = { version = "1.38.1", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
@ -45,7 +45,7 @@ async-trait = "0.1.81"
# config
clap = { version = "4.5.9", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.14", default-features = false, features = ["parse"] }
hot_reload = "0.1.5"
hot_reload = "0.1.6"
# logging
tracing = { version = "0.1.40" }