Skip to content

Commit

Permalink
chore(deps): bump markdown from 1.0.0-alpha.14 to 1.0.0-alpha.16
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent ee0a117 commit 302bcf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/llm-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = { version = "0.9.27" }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["fs", "io-util", "rt", "macros"] }
markdown = { version = "1.0.0-alpha.8" }
markdown = { version = "1.0.0-alpha.16" }
tera = { version = "1.19.0" }
lazy_static = "1.4.0"
uuid = { version = "1.6.1", features = ["v4"] }
Expand Down

0 comments on commit 302bcf2

Please sign in to comment.