Skip to content

Commit

Permalink
Merge pull request #150 from sr-gi/bump-deps
Browse files Browse the repository at this point in the history
Bumps simple_logger version to get rid of atty dependency
carlaKC authored Oct 24, 2023
2 parents 0f3d292 + f53e2d3 commit 3001a22
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
@@ -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" }

0 comments on commit 3001a22

Please sign in to comment.