Skip to content

Commit

Permalink
build(deps): bump tun2 from 1.0.1 to 1.0.201
Browse files Browse the repository at this point in the history
Bumps [tun2](https://github.com/ssrlive/rust-tun) from 1.0.1 to 1.0.201.
- [Release notes](https://github.com/ssrlive/rust-tun/releases)
- [Commits](https://github.com/ssrlive/rust-tun/commits)

---
updated-dependencies:
- dependency-name: tun2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Feb 5, 2024
1 parent 75887d6 commit 5db7d05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mockall = "0.12.1"

# see https://github.com/meh/rust-tun/pull/74
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dev-dependencies]
tun2 = { version = "1.0.1", features = [ "async" ] }
tun2 = { version = "1.0.201", features = [ "async" ] }

[features]
# Enable simulation integration tests
Expand Down

0 comments on commit 5db7d05

Please sign in to comment.