Skip to content

Commit

Permalink
Bumps simple_logger version to get rid of atty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Oct 23, 2023
1 parent b09d3c0 commit f53e2d3
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 45 deletions.
124 changes: 80 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 sim-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "4.1.6", features = ["derive", "env", "std", "help", "usage",
log = "0.4.20"
serde = "1.0.183"
serde_json = "1.0.104"
simple_logger = "2.1.0"
simple_logger = "4.2.0"
sim-lib = { path = "../sim-lib" }
tokio = { version = "1.26.0", features = ["full"] }
bitcoin = { version = "0.30.1" }
Expand Down

0 comments on commit f53e2d3

Please sign in to comment.