Skip to content

Commit efd5efe

Browse files
deps: update chumsky requirement from 0.9 to 0.12
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/main/CHANGELOG.md) - [Commits](zesterer/chumsky@0.9...0.12) --- updated-dependencies: - dependency-name: chumsky dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc92be0 commit efd5efe

2 files changed

Lines changed: 34 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
1818
tracing = "0.1"
1919
anyhow = "1.0"
2020
thiserror = "1.0"
21-
chumsky = "0.9" # Optional depending on parsing needs
21+
chumsky = "0.12" # Optional depending on parsing needs
2222
event_bus = { path = "../event_bus" }
2323
schemars = "1.2.1"
2424
jsonschema = "0.17"

0 commit comments

Comments
 (0)