Skip to content

Commit

Permalink
Merge pull request #13 from silver-coding-blockchain/dependabot/cargo…
Browse files Browse the repository at this point in the history
…/log-0.4.22

Bump log from 0.4.19 to 0.4.22
  • Loading branch information
silver-coding-blockchain authored Jun 29, 2024
2 parents 3eaa934 + 9c05783 commit 37e1bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = "build.rs"

[dependencies]
clap = { version = "4.3.12", features = ["derive"] }
log = "0.4.19"
log = "0.4.22"
codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.171", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", opti
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
hex-literal = { version = "0.4.1", optional = true }
log = { version = "0.4.19", default-features = false }
log = { version = "0.4.22", default-features = false }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
smallvec = "1.11.0"

Expand Down

0 comments on commit 37e1bb7

Please sign in to comment.