Skip to content

Commit

Permalink
Merge pull request #135 from thinkgos/dependabot/cargo/shadow-rs-0.31.1
Browse files Browse the repository at this point in the history
build(deps): bump shadow-rs from 0.30.0 to 0.31.1
  • Loading branch information
thinkgos authored Aug 3, 2024
2 parents c2e1804 + 2e5713f commit e5237c8
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 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.30"
shadow-rs = "0.31"

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

0 comments on commit e5237c8

Please sign in to comment.