Skip to content

Commit

Permalink
Merge pull request #220 from thinkgos/dependabot/cargo/shadow-rs-0.38.0
Browse files Browse the repository at this point in the history
build(deps): bump shadow-rs from 0.37.0 to 0.38.0
  • Loading branch information
thinkgos authored Jan 22, 2025
2 parents 9e4f9b2 + 378fe95 commit 8a2c409
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 goup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"

[build-dependencies]
version_check = "0.9"
shadow-rs = "0.37"
shadow-rs = "0.38"

[dependencies]
goup-version = {path = "../goup-version", version = "0.9"}
Expand All @@ -34,5 +34,5 @@ which = "7.0"
prettytable-rs = "0.10"
dialoguer = "0.11"
self_update = {version = "0.42", default-features = false, features = ["rustls", "compression-flate2", "compression-zip-deflate"]}
shadow-rs = "0.37"
shadow-rs = "0.38"
env_logger = "0.11"

0 comments on commit 8a2c409

Please sign in to comment.