Skip to content

Commit

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

---
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 3, 2023
1 parent 13ec3a6 commit 07fe126
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
5 changes: 3 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 crates/devolutions-gateway-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ default = []
named_tasks = ["tokio/tracing"]

[dependencies]
tokio = { version = "1.28.2", features = ["sync", "rt", "tracing"] }
tokio = { version = "1.29.1", features = ["sync", "rt", "tracing"] }
async-trait = "0.1.71"
2 changes: 1 addition & 1 deletion crates/jmux-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
jmux-proto = { path = "../jmux-proto" }

# async
tokio = { version = "1.28.2", features = ["net", "rt", "io-util", "macros"] }
tokio = { version = "1.29.1", features = ["net", "rt", "io-util", "macros"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
futures-util = { version = "0.3.28", features = ["sink"] }

Expand Down
4 changes: 2 additions & 2 deletions crates/mock-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["Devolutions Inc. <[email protected]>"]
publish = false

[dependencies]
tokio = { version = "1.28.2", features = ["io-util", "sync"] }
tokio = { version = "1.29.1", features = ["io-util", "sync"] }
loom = { version = "0.6.1", features = ["futures", "checkpoint"] }
lazy_static = "1.4.0"

[dev-dependencies]
tokio = { version = "1.28.2", features = ["rt"] }
tokio = { version = "1.29.1", features = ["rt"] }
2 changes: 1 addition & 1 deletion crates/proxy-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
proxy-types = { path = "../proxy-types" }
tokio = { version = "1.28.2", features = ["io-util"] }
tokio = { version = "1.29.1", features = ["io-util"] }
pin-project-lite = "0.2.10"
bytes = "1.4.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/proxy-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ publish = false
proxy-socks = { path = "../proxy-socks" }
proxy-http = { path = "../proxy-http" }
proxy-types = { path = "../proxy-types" }
tokio = { version = "1.28.2", features = ["rt", "net", "rt-multi-thread", "macros"] }
tokio = { version = "1.29.1", features = ["rt", "net", "rt-multi-thread", "macros"] }
4 changes: 2 additions & 2 deletions crates/proxy-socks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ publish = false

[dependencies]
proxy-types = { path = "../proxy-types" }
tokio = { version = "1.28.2", features = ["io-util"] }
tokio = { version = "1.29.1", features = ["io-util"] }

[dev-dependencies]
tokio = { version = "1.28.2", features = ["rt", "macros"] }
tokio = { version = "1.29.1", features = ["rt", "macros"] }
tokio-test = "0.4.2"
proptest = "1.2.0"
proxy-generators = { path = "../proxy-generators" }
2 changes: 1 addition & 1 deletion crates/proxy-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
publish = false

[dependencies]
tokio = { version = "1.28.2", features = ["rt", "net"] }
tokio = { version = "1.29.1", features = ["rt", "net"] }
proxy-http = { path = "../proxy-http" }
proxy-socks = { path = "../proxy-socks" }
2 changes: 1 addition & 1 deletion crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
transport = { path = "../transport" }
tokio = { version = "1.28.2", features = ["io-util"] }
tokio = { version = "1.29.1", features = ["io-util"] }
tokio-tungstenite = "0.19.0"
futures-util = "0.3.28"
proptest = "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
publish = false

[dependencies]
tokio = { version = "1.28.2", features = ["io-util"] }
tokio = { version = "1.29.1", features = ["io-util"] }
futures-core = "0.3.28"
futures-sink = "0.3.28"
pin-project-lite = "0.2.10"

[dev-dependencies]
futures-util = "0.3.28"
test-utils = { path = "../test-utils" }
tokio = { version = "1.28.2", features = ["rt", "macros"] }
tokio = { version = "1.29.1", features = ["rt", "macros"] }
proptest = "1.2.0"
anyhow = "1.0.72"
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tracing-appender = "0.2.2"
# TODO: consider `tracing-error` crate

# Async, futures…
tokio = { version = "1.28.2", features = ["signal", "net", "io-util", "time", "rt", "rt-multi-thread", "sync", "macros", "parking_lot", "fs"] }
tokio = { version = "1.29.1", features = ["signal", "net", "io-util", "time", "rt", "rt-multi-thread", "sync", "macros", "parking_lot", "fs"] }
tokio-rustls = { version = "0.24", features = ["dangerous_configuration", "tls12"] }
reqwest = { version = "0.11.18", features = ["json"] } # TODO: directly use hyper in subscriber module
futures = "0.3.28"
Expand Down
4 changes: 2 additions & 2 deletions jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ seahorse = "2.1.0"
humantime = "2.1.0"

# async
tokio = { version = "1.28.2", features = ["io-std", "io-util", "net", "fs", "time", "rt", "sync", "process", "rt-multi-thread", "macros"] }
tokio = { version = "1.29.1", features = ["io-std", "io-util", "net", "fs", "time", "rt", "sync", "process", "rt-multi-thread", "macros"] }
tokio-tungstenite = "0.19.0"
futures-util = "0.3.28"
transport = { path = "../crates/transport" }
Expand All @@ -54,5 +54,5 @@ sysinfo = { version = "0.29.2", default-features = false }

[dev-dependencies]
test-utils = { path = "../crates/test-utils" }
tokio = { version = "1.28.2", features = ["time"] }
tokio = { version = "1.29.1", features = ["time"] }
proptest = "1.2.0"

0 comments on commit 07fe126

Please sign in to comment.