Skip to content

Commit 00ca1ea

Browse files
chore(deps): bump markdown from 1.0.0-alpha.14 to 1.0.0-alpha.16
Bumps [markdown](https://github.com/wooorm/markdown-rs) from 1.0.0-alpha.14 to 1.0.0-alpha.16. - [Release notes](https://github.com/wooorm/markdown-rs/releases) - [Commits](wooorm/markdown-rs@1.0.0-alpha.14...1.0.0-alpha.16) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 323a72a commit 00ca1ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/llm-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0.164", features = ["derive"] }
2020
serde_yaml = { version = "0.9.27" }
2121
thiserror = "1.0.40"
2222
tokio = { version = "1.28.2", features = ["fs", "io-util", "rt", "macros"] }
23-
markdown = { version = "1.0.0-alpha.8" }
23+
markdown = { version = "1.0.0-alpha.16" }
2424
tera = { version = "1.19.0" }
2525
lazy_static = "1.4.0"
2626
uuid = { version = "1.4.1", features = ["v4"] }

0 commit comments

Comments
 (0)