Skip to content

Commit

Permalink
Bump the minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates: [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark), [rustix](https://github.com/bytecodealliance/rustix) and [rustls-webpki](https://github.com/rustls/webpki).


Updates `pulldown-cmark` from 0.10.2 to 0.10.3
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3)

Updates `rustix` from 0.38.33 to 0.38.34
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.33...v0.38.34)

Updates `rustls-webpki` from 0.102.2 to 0.102.3
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.102.2...v/0.102.3)

---
updated-dependencies:
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benbrandt committed Apr 23, 2024
1 parent 633ffb5 commit da6f4ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ auto_enums = "0.8.5"
either = "1.11.0"
itertools = "0.12.1"
once_cell = "1.19.0"
pulldown-cmark = { version = "0.10.2", default-features = false, optional = true }
pulldown-cmark = { version = "0.10.3", default-features = false, optional = true }
regex = "1.10.4"
thiserror = "1.0.59"
tiktoken-rs = { version = "0.5.8", optional = true }
Expand Down

0 comments on commit da6f4ee

Please sign in to comment.