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.36.1 to 0.37.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.36.1...v0.37.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 Dec 16, 2024
1 parent 8abb126 commit be6fda6
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.94"
dns-lookup = "2.0.0"
chrono = "0.4.39"
itertools = "0.13.0"
shadow-rs = { version = "0.36.0", default-features = false }
shadow-rs = { version = "0.37.0", default-features = false }
const_format = "0.2.34"
clap = { version = "4.5.23", features = ["derive"] }

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

0 comments on commit be6fda6

Please sign in to comment.