Skip to content

Commit

Permalink
Merge pull request #6 from jurteam/dependabot/cargo/log-0.4.20
Browse files Browse the repository at this point in the history
Bump log from 0.4.17 to 0.4.20
  • Loading branch information
Alessio Treglia authored Sep 16, 2023
2 parents 314499a + 8d80629 commit d002966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Reward citizens who participated in a crowdloan to acquire a para
[dependencies]
parity-scale-codec = { version = "3.2.2", default-features = false}
serde = { version = "1.0.101", optional = true, features = ["derive"], default-features = false }
log = { version = "0.4.17", default-features = false }
log = { version = "0.4.20", default-features = false }
scale-info = { version = "2.3.0", default-features = false, features = ["derive"] }

frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.38" }
Expand Down

0 comments on commit d002966

Please sign in to comment.