diff --git a/.gitignore b/.gitignore index 910a077..7cdf162 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ plugins # Generated by Cargo # will have compiled files and executables /target/ +legacy/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html diff --git a/proxy-bin/Cargo.toml b/proxy-bin/Cargo.toml index f6e206c..c0cb985 100644 --- a/proxy-bin/Cargo.toml +++ b/proxy-bin/Cargo.toml @@ -48,7 +48,7 @@ tokio = { version = "1.34.0", default-features = false, features = [ async-trait = "0.1.74" # config -clap = { version = "4.4.10", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.4.11", features = ["std", "cargo", "wrap_help"] } toml = { version = "0.8.8", default-features = false, features = ["parse"] } hot_reload = "0.1.4"