Skip to content

Commit

Permalink
build(deps): bump which from 4.4.2 to 6.0.3 in /nym-vpn-core (#1353)
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 4.4.2 to 6.0.3.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@4.4.2...6.0.3)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jmwample committed Oct 30, 2024
1 parent a5ccc5a commit 26c2086
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions nym-vpn-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nym-vpn-core/crates/nym-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ system-configuration.workspace = true
duct.workspace = true

[target.'cfg(target_os = "linux")'.dependencies]
which = { version = "4.0", default-features = false }
which = { version = "6.0", default-features = false }
inotify = "0.10"
resolv-conf = "0.7"
duct.workspace = true
Expand Down

0 comments on commit 26c2086

Please sign in to comment.