Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BuJo committed Mar 25, 2024
1 parent 2b4f476 commit 9020015
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 @@ -12,10 +12,10 @@ default-run = "rriscv"
object = { version = "0.34.0" }
gdb-remote-protocol = { git = "https://github.com/luser/rust-gdb-remote-protocol" }
env_logger = "0.11.3"
log = "0.4.20"
log = "0.4.21"
signal-hook = "0.3.17"
term = "0.7.0"
log4rs = { version = "1.2.0", default-features = false, features = ["console_appender", "file_appender", "pattern_encoder"] }
log4rs = { version = "1.3.0", default-features = false, features = ["console_appender", "file_appender", "pattern_encoder"] }
config = "0.14.0"

[profile.dev]
Expand Down

0 comments on commit 9020015

Please sign in to comment.