Skip to content

Commit

Permalink
build(deps): bump tokio from 1.31.0 to 1.32.0 (#95)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.31.0...tokio-1.32.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 23, 2023
1 parent d41821a commit 7387ffe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ once_cell = "1"
pretty-hex = "0.3.0"
rand_core = { version = "0.6.4", features = ["getrandom"] }
smoltcp = "0.10"
tokio = { version = "1.29.1", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
tokio = { version = "1.32.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
boringtun = { version = "0.6", default-features = false }
x25519-dalek = "=2.0.0-rc.3"
async-trait = "0.1.68"
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyo3 = { version = "0.18.2", features = ["abi3", "abi3-py310", "extension-module
pyo3-asyncio = { version = "0.18.0", features = ["tokio-runtime"] }
pyo3-log = "0.8.1"
rand_core = { version = "0.6.4", features = ["getrandom"] }
tokio = { version = "1.29", features = ["macros", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.32", features = ["macros", "net", "rt-multi-thread", "sync"] }
x25519-dalek = "2.0.0-pre.1"

# optional dependencies for tracing support
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy-windows/redirector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true

[target.'cfg(windows)'.dependencies]
mitmproxy = { path = "../../" }
tokio = { version = "1.29", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
tokio = { version = "1.32", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
anyhow = { version = "1.0.75", features = ["backtrace"] }
windivert = "0.6.0"
lru_time_cache = "0.11.11"
Expand Down

0 comments on commit 7387ffe

Please sign in to comment.