Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.15.0 to 0.16.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.15.0...v0.16.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] authored Jul 21, 2022
1 parent 27c4bca commit c47ccbe
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 5 deletions.
77 changes: 74 additions & 3 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 @@ -45,7 +45,7 @@ serde = "1.0.140"
serde_derive = "1.0.139"
serde_json = "1.0.82"
serde_yaml = "0.8.26"
shadow-rs = { version = "0.15.0", default-features = false }
shadow-rs = { version = "0.16.0", default-features = false }
thiserror = "1.0.31"
url = "2.2.2"
uuid = { version = "0.8.2", features = ["v4", "wasm-bindgen"] }
Expand All @@ -63,7 +63,7 @@ wasm-bindgen-futures = "0.4.31"
tokio = { version = "1.20.0", features = ["rt"], default-features = false }

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

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

0 comments on commit c47ccbe

Please sign in to comment.