Skip to content

Commit

Permalink
build(deps): bump shadow-rs from 0.29.0 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.29.0 to 0.30.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.29.0...v0.30.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>
  • Loading branch information
dependabot[bot] committed Jul 23, 2024
1 parent 02c698e commit 298c63a
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.4"
unicode-segmentation = "1.11.0"
human-panic = "2.0.0"
shadow-rs = { version = "0.29.0", optional = true }
shadow-rs = { version = "0.30.0", optional = true }
enum_dispatch = "0.3.13"
lazy_static = { version = "1.5.0", optional = true }

Expand Down Expand Up @@ -102,7 +102,7 @@ anyhow = "1.0.86"
cargo-emit = "0.2.1"
rayon = "1.10.0"
thiserror = "1.0.61"
shadow-rs = { version = "0.29.0", optional = true }
shadow-rs = { version = "0.30.0", optional = true }

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

0 comments on commit 298c63a

Please sign in to comment.