Bump log from 0.4.20 to 0.4.21

Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-04 02:27:06 +00:00
committed by Bastian Köcher
parent 2c5e845b06
commit 80604ffeaa
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.1.5" }
env_logger = "0.11"
futures = "0.3.30"
hex = "0.4"
log = "0.4.20"
log = "0.4.21"
num-format = "0.4"
num-traits = "0.2"
rbtag = "0.3"
+1 -1
View File
@@ -14,7 +14,7 @@ async-trait = "0.1"
codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.30"
jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
log = "0.4.20"
log = "0.4.21"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.10.0", features = ["derive"] }
+1 -1
View File
@@ -16,6 +16,6 @@ bp-header-chain = { path = "../../primitives/header-chain" }
finality-relay = { path = "../finality" }
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
futures = "0.3.30"
log = "0.4.20"
log = "0.4.21"
num-traits = "0.2"
relay-utils = { path = "../utils" }
+1 -1
View File
@@ -15,7 +15,7 @@ async-trait = "0.1"
backoff = "0.4"
bp-header-chain = { path = "../../primitives/header-chain" }
futures = "0.3.30"
log = "0.4.20"
log = "0.4.21"
num-traits = "0.2"
relay-utils = { path = "../utils" }
@@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.30"
hex = "0.4"
num-traits = "0.2"
log = "0.4.20"
log = "0.4.21"
# Bridge dependencies
+1 -1
View File
@@ -14,7 +14,7 @@ async-trait = "0.1"
env_logger = "0.11"
futures = "0.3.30"
hex = "0.4"
log = "0.4.20"
log = "0.4.21"
num-traits = "0.2"
parking_lot = "0.12.1"
+1 -1
View File
@@ -12,7 +12,7 @@ workspace = true
async-std = "1.6.5"
async-trait = "0.1"
futures = "0.3.30"
log = "0.4.20"
log = "0.4.21"
relay-utils = { path = "../utils" }
# Bridge dependencies
+1 -1
View File
@@ -18,7 +18,7 @@ isahc = "1.2"
env_logger = "0.11.2"
futures = "0.3.30"
jsonpath_lib = "0.3"
log = "0.4.20"
log = "0.4.21"
num-traits = "0.2"
serde_json = "1.0"
sysinfo = "0.30"