Skip to content

Commit

Permalink
build(deps): bump log from 0.4.22 to 0.4.26
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.26.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.26)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 346b5cf commit c4f4a9e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 lampo-bitcoind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
lampo-common = { path = "../lampo-common" }
bitcoincore-rpc = { version = "0.17.0", features = [] }
log = "0.4.17"
log = "0.4.26"
2 changes: 1 addition & 1 deletion lampo-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ lampo-common = { path = "../lampo-common" }
clightningrpc-common = { version = "0.3.0-beta.3" }
serde = "1"
serde_json = { version = "1", features = ["preserve_order"] }
log = "0.4.17"
log = "0.4.26"
2 changes: 1 addition & 1 deletion lampo-core-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
log = "0.4.17"
log = "0.4.26"
lampo-common = { path = "../lampo-common" }
bitcoincore-rpc = { version = "0.17.0", features = [] }
bitcoin-bech32 = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion lampo-jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
popol = "3.0.0"
log = "0.4.17"
log = "0.4.26"
anyhow = "1.0.94"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lampo-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lampo-bitcoind = { path = "../lampo-bitcoind" }
lampo-core-wallet = { path = "../lampo-core-wallet" }
lampo-jsonrpc = { path = "../lampo-jsonrpc" }
clightning-testing = { git = "https://github.com/laanwj/cln4rust.git" }
log = "0.4.18"
log = "0.4.26"
tempfile = "3.17.1"
port-selector = "0.1.6"
anyhow = "1.0.94"
Expand Down
2 changes: 1 addition & 1 deletion lampod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tokio = { version = "^1.43.0", features = ["rt-multi-thread", "parking_lot"] }
lampo-common = { path = "../lampo-common" }
lampo-jsonrpc = { path = "../lampo-jsonrpc" }
lampo-client = { path = "../lampo-client" }
log = "0.4.17"
log = "0.4.26"
time = "0.3.37"
futures = "0.3.28"
crossbeam-channel = "0.5.8"
Expand Down

0 comments on commit c4f4a9e

Please sign in to comment.