Skip to content

Commit

Permalink
build(deps): bump shadow-rs from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.34.0...v0.35.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 Sep 16, 2024
1 parent 5b7a52f commit 767a690
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.5"
unicode-segmentation = "1.12.0"
human-panic = "2.0.1"
shadow-rs = { version = "0.34.0", optional = true }
shadow-rs = { version = "0.35.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.87"
cargo-emit = "0.2.1"
rayon = "1.10.0"
thiserror = "1.0.63"
shadow-rs = { version = "0.34.0", optional = true }
shadow-rs = { version = "0.35.0", optional = true }

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

0 comments on commit 767a690

Please sign in to comment.