Skip to content

Commit

Permalink
Merge pull request #498 from orf/dependabot/cargo/dependencies-57d22b…
Browse files Browse the repository at this point in the history
…669f

chore(deps): bump shadow-rs from 0.36.1 to 0.37.0 in the dependencies group
  • Loading branch information
orf authored Dec 16, 2024
2 parents 8abb126 + be6fda6 commit 703db5f
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 703db5f

Please sign in to comment.