Skip to content

Commit

Permalink
Merge pull request #18 from morenol/dependabot/cargo/logos-0.12.0
Browse files Browse the repository at this point in the history
fix(security): update logos requirement from 0.11.4 to 0.12.0
  • Loading branch information
morenol committed Apr 25, 2021
2 parents 6431a10 + 976ac4d commit 120b09c
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 @@ -14,7 +14,7 @@ path = "tests/lib.rs"
[dependencies]
enumn = "0.1.3"
lazy_static = "1.4.0"
logos = "0.11.4"
logos = "0.12.0"
regex = "1.3"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 120b09c

Please sign in to comment.