diff --git a/service/Cargo.toml b/service/Cargo.toml index 9c06c05c..0114fb42 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -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" diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 05f3f4da..a4f18e9d 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -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"