Skip to content

Commit

Permalink
chore(deps): bump async-net from 1.8.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [async-net](https://github.com/smol-rs/async-net) from 1.8.0 to 2.0.0.
- [Release notes](https://github.com/smol-rs/async-net/releases)
- [Changelog](https://github.com/smol-rs/async-net/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-net@v1.8.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 64fe23d commit 4a30aef
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 24 deletions.
142 changes: 119 additions & 23 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 @@ -38,7 +38,7 @@ serde_json = "1"
serde_repr = "0.1"
hex = "0.4"
tokio = { version = "1", features = ["full"], optional = true }
async-net = { version = "1", optional = true }
async-net = { version = "2", optional = true }
async-std = { version = "1", optional = true }
futures-lite = { version = "1", optional = true }
lazy_static = "1.4"
Expand Down

0 comments on commit 4a30aef

Please sign in to comment.