Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.27.1 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.27.1 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.27.1...v0.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8d6df9f commit a1f2dd5
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde = "1.0.203"
serde_derive = "1.0.197"
serde_json = "1.0.120"
serde_yaml = "0.9.34"
shadow-rs = { version = "0.27.1", default-features = false }
shadow-rs = { version = "0.30.0", default-features = false }
thiserror = "1.0.59"
url = "2.5.2"
uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] }
Expand All @@ -67,7 +67,7 @@ chrono = { version = "0.4.38", default-features = false, features = [] }
tokio = { version = "1.38.0", features = ["rt"], default-features = false }

[build-dependencies]
shadow-rs = { version = "0.27.1", default-features = false }
shadow-rs = { version = "0.30.0", default-features = false }

[dev-dependencies]
criterion_bencher_compat = "0.4.0"
Expand Down

0 comments on commit a1f2dd5

Please sign in to comment.