Skip to content

Commit

Permalink
Update chumsky requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [chumsky](https://github.com/zesterer/chumsky) to permit the latest version.
- [Release notes](https://github.com/zesterer/chumsky/releases)
- [Changelog](https://github.com/zesterer/chumsky/blob/master/CHANGELOG.md)
- [Commits](zesterer/chumsky@0.8...0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2023
1 parent 0e7b5d2 commit 1f7006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ index-v1 = ["index-v2", "dep:chumsky", "dep:serde_tuple"]
index-v2 = ["dep:serde_tuple"]

[dependencies]
chumsky = { version = "0.8.0", optional = true }
chumsky = { version = "0.9.0", optional = true }
semver = { version = "1.0.9", features = ["serde"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
Expand Down

0 comments on commit 1f7006e

Please sign in to comment.