Merge branch 'develop' of github.com:junkurihara/rust-rpxy into develop

This commit is contained in:
Jun Kurihara 2025-02-14 02:38:40 +09:00
commit abd510c212
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
4 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ async-trait = "0.1.86"
futures-util = { version = "0.3.31", default-features = false }
# config
clap = { version = "4.5.28", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.5.29", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.20", default-features = false, features = ["parse"] }
hot_reload = "0.1.8"
serde_ignored = "0.1.10"