Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Aug 20, 2023
1 parent ead179c commit 672bad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "3.1.6", features = [ "derive" ] }
clap = {version = "4.3", features = [ "derive" ] }
rustc-hash = "1"
regex = "1"
handlegraph = "0.7.0-alpha.9"
Expand All @@ -17,7 +17,7 @@ rayon = "1"

# Logging and error management
log = "0.4"
env_logger = "0.7"
env_logger = "0.10"

[profile.release]
debug = true

0 comments on commit 672bad7

Please sign in to comment.