Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patbuc committed Sep 22, 2024
1 parent 40d795c commit bbc0003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2021"

[dependencies]
colored = "2.1.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
tracing = "0.1.40"
tracing-attributes = { version = "0.1.27", features = [] }
tracing-subscriber = "0.3.18"
env_logger = "0.11.3"
log = "0.4.21"
env_logger = "0.11.5"
log = "0.4.22"

[features]
disassemble = []

0 comments on commit bbc0003

Please sign in to comment.