Skip to content

Commit

Permalink
chore(deps): bump shadow-rs from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.25.0 to 0.26.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.25.0...v0.26.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 Jan 2, 2024
1 parent c0b925a commit 9c80969
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.193"
serde_derive = "1.0.193"
serde_json = "1.0.109"
serde_yaml = "0.9.29"
shadow-rs = { version = "0.25.0", default-features = false }
shadow-rs = { version = "0.26.0", default-features = false }
thiserror = "1.0.56"
url = "2.5.0"
uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] }
Expand All @@ -67,7 +67,7 @@ chrono = { version = "0.4.31", default-features = false, features = [] }
tokio = { version = "1.35.1", features = ["rt"], default-features = false }

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

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

0 comments on commit 9c80969

Please sign in to comment.