Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Dec 6, 2023
1 parent 6a7bb04 commit 8054ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8054ce3

Please sign in to comment.