diff --git a/collator/Cargo.toml b/collator/Cargo.toml index b58acabbda2..1c80d0e896c 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -30,8 +30,7 @@ cumulus-network = { path = "../network" } cumulus-primitives = { path = "../primitives" } cumulus-runtime = { path = "../runtime" } -# Other dependencies -log = "0.4.8" +log = "0.4.13" codec = { package = "parity-scale-codec", version = "1.3.0", features = [ "derive" ] } futures = { version = "0.3.1", features = ["compat"] } parking_lot = "0.9" diff --git a/network/Cargo.toml b/network/Cargo.toml index 1057a79c665..512bebff865 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -30,7 +30,7 @@ cumulus-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "1.3.0", features = [ "derive" ] } futures = { version = "0.3.1", features = ["compat"] } futures-timer = "3.0.2" -log = "0.4.8" +log = "0.4.13" parking_lot = "0.10.2" derive_more = "0.99.2" diff --git a/rococo-parachains/Cargo.toml b/rococo-parachains/Cargo.toml index 2e752dd6257..45403058eaf 100644 --- a/rococo-parachains/Cargo.toml +++ b/rococo-parachains/Cargo.toml @@ -13,7 +13,7 @@ path = 'src/main.rs' derive_more = '0.15.0' exit-future = '0.1.4' futures = { version = "0.3.1", features = ["compat"] } -log = '0.4.8' +log = "0.4.13" parking_lot = '0.9.0' trie-root = '0.15.2' codec = { package = 'parity-scale-codec', version = '1.0.0' }