Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 authored and rnijveld committed Sep 20, 2024
1 parent b1c75e6 commit bdb0219
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 45 deletions.
73 changes: 29 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rust-version = "1.67" # MSRV
arrayvec = { version = "0.7.4", default-features = false }
clap = { version = "4.4.7", features = ["derive"] }
tracing = "0.1.21"
tracing-log = "0.1.0"
tracing-log = ">=0.1.0, <0.3.0"
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["std", "fmt", "ansi"] }
hex = "0.4.3"
libc = { version = "0.2.150", features = ["extra_traits"] }
Expand Down

0 comments on commit bdb0219

Please sign in to comment.