Skip to content

Commit

Permalink
chore(deps): update fast-socks5 requirement from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [fast-socks5](https://github.com/dizda/fast-socks5) to permit the latest version.
- [Release notes](https://github.com/dizda/fast-socks5/releases)
- [Commits](dizda/fast-socks5@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: fast-socks5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent bff92bb commit e2a42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dev-dependencies]
anyhow = "1"
fast-socks5 = { version = "0.9.1" }
fast-socks5 = { version = "0.10.0" }
futures = { version = "0.3.14", default-features = false, features = ["std"] }
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"]}
http-body-util = "0.1"
Expand Down

0 comments on commit e2a42cf

Please sign in to comment.