Skip to content

Commit

Permalink
feat(cargo): update log
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Nov 18, 2024
1 parent dfdd167 commit 0058920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features =
] }
env_logger = { version = "0.11.3" }
impl-trait-for-tuples = { version = "0.2.2" }
log = { version = "0.4.21" }
log = { version = "0.4.22", default-features = false }
scale-info = { version = "2.11.3", default-features = false, features = [
"derive",
] }
Expand Down

0 comments on commit 0058920

Please sign in to comment.