Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate log to 0.4.20
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 17, 2024
1 parent e2d93ad commit 3c68654
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ marine-sqlite-connector = "0.9.2"

libp2p-identity = { workspace = true }

log = "0.4.8"
log = "0.4.20"
anyhow = "1.0.31"
once_cell = "1.18.0"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion trust-graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0.118", features = ["derive"] }
fluence-keypair = { path = "../keypair", version = "0.10.4" }
bs58 = "0.4.0"
failure = "0.1.6"
log = "0.4.11"
log = "0.4.20"
ref-cast = "1.0.2"
derivative = "2.2.0"
thiserror = "1.0.23"

0 comments on commit 3c68654

Please sign in to comment.