Skip to content

Commit

Permalink
build(deps): bump shadow-rs from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.24.1 to 0.25.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.24.1...v0.25.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 Dec 8, 2023
1 parent 77a8e4b commit 10369d3
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 @@ -25,7 +25,7 @@ path = "src/main.rs"

[build-dependencies]
version_check = "0.9"
shadow-rs = "0.24"
shadow-rs = "0.25"

[dependencies]
goup-consts = {path = "./goup-consts", version = "0.2.5"}
Expand All @@ -39,7 +39,7 @@ which = "5.0"
prettytable-rs = "0.10"
dialoguer = "0.11"
self_update = {version = "0.39", default-features = false, features = ["rustls", "compression-flate2", "compression-zip-deflate"]}
shadow-rs = "0.24"
shadow-rs = "0.25"

[profile.dev.package."*"]
opt-level = 3
Expand Down

0 comments on commit 10369d3

Please sign in to comment.