Skip to content

Commit

Permalink
chore(deps): bump shadow-rs in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [shadow-rs](https://github.com/baoyachi/shadow-rs).


Updates `shadow-rs` from 0.29.0 to 0.30.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.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 3f28053 commit e5aa005
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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ anyhow = "1.0.81"
dns-lookup = "2.0.0"
chrono = "0.4.37"
itertools = "0.13.0"
shadow-rs = { version = "0.29.0", default-features = false }
shadow-rs = { version = "0.30.0", default-features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }

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

0 comments on commit e5aa005

Please sign in to comment.