Skip to content

Commit

Permalink
build(deps): bump shadow-rs from 0.27.1 to 0.28.0 (#886)
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.27.1 to 0.28.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md)
- [Commits](baoyachi/shadow-rs@v0.27.1...v0.28.0)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent 1ca6e74 commit 70a3d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jemallocator = { version = "0.5.4", optional = true }
libloading = "0.8.3"
unicode-segmentation = "1.11.0"
human-panic = "2.0.0"
shadow-rs = { version = "0.27.1", optional = true }
shadow-rs = { version = "0.28.0", optional = true }
enum_dispatch = "0.3.13"
lazy_static = { version = "1.4.0", optional = true }

Expand Down Expand Up @@ -102,7 +102,7 @@ anyhow = "1.0.83"
cargo-emit = "0.2.1"
rayon = "1.10.0"
thiserror = "1.0.60"
shadow-rs = { version = "0.27.1", optional = true }
shadow-rs = { version = "0.28.0", optional = true }

[features]
default = ["static-grammar-libs"]
Expand Down

0 comments on commit 70a3d9f

Please sign in to comment.