Skip to content

Commit

Permalink
Update logos requirement from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [logos](https://github.com/maciejhirsz/logos) to permit the latest version.
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/release.toml)
- [Commits](maciejhirsz/logos@v0.13...v0.14)

---
updated-dependencies:
- dependency-name: logos
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 8, 2024
1 parent 364ff2d commit b92c3c4
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.13.0"
logos = "0.14.0"
regex = "1.3"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b92c3c4

Please sign in to comment.