Skip to content

Commit

Permalink
build(deps): bump shadow-rs from 0.28.0 to 0.35.1
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.28.0 to 0.35.1.
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.28.0...v0.35.1)

---
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 Oct 21, 2024
1 parent b2e1bd2 commit b938039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -44,7 +44,7 @@ toml_edit = { version = "0.22", features = ["serde"]}
sled = "0.34"
zeroize = "1.7"
clap = { version = "4", features = ["derive", "cargo", "string", "env"] }
shadow-rs = { version = "0.28", default-features = false }
shadow-rs = { version = "0.35", default-features = false }
futures = "0.3"
ahash = "0.8"

Expand All @@ -54,7 +54,7 @@ mnemonic-external = { git = "https://github.com/Alzymologist/mnemonic-external"
substrate-crypto-light = { git = "https://github.com/Alzymologist/substrate-crypto-light" }

[build-dependencies]
shadow-rs = { version = "0.28", default-features = false, features = ["git2"] }
shadow-rs = { version = "0.35", default-features = false, features = ["git2"] }

[dev-dependencies]
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit b938039

Please sign in to comment.