Skip to content

Commit fda18f8

Browse files
build(deps): bump the patch group with 3 updates (#1777)
1 parent 1963c7c commit fda18f8

24 files changed

Lines changed: 120 additions & 121 deletions

File tree

Cargo.lock

Lines changed: 89 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/agent-tunnel-proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bytes = "1.10"
1717
ipnetwork = "0.20"
1818
serde = { version = "1", features = ["derive"], optional = true }
1919
thiserror = "2.0"
20-
tokio = { version = "1.45", features = ["io-util"] }
20+
tokio = { version = "1.52", features = ["io-util"] }
2121
uuid = { version = "1.17", features = ["v4"] }
2222

2323
[dev-dependencies]
2424
proptest = "1.7"
25-
tokio = { version = "1.45", features = ["rt", "macros"] }
25+
tokio = { version = "1.52", features = ["rt", "macros"] }

crates/agent-tunnel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ devolutions-gateway-task = { path = "../devolutions-gateway-task" }
1515

1616
# Async / runtime
1717
async-trait = "0.1"
18-
tokio = { version = "1.45", features = ["sync", "io-util", "macros", "rt", "time"] }
18+
tokio = { version = "1.52", features = ["sync", "io-util", "macros", "rt", "time"] }
1919
parking_lot = "0.12"
2020

2121
# Errors / tracing
@@ -43,4 +43,4 @@ socket2 = "0.5"
4343

4444
[dev-dependencies]
4545
base64 = "0.22"
46-
tokio = { version = "1.45", features = ["macros"] }
46+
tokio = { version = "1.52", features = ["macros"] }

crates/devolutions-gateway-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ default = []
1313
named_tasks = ["tokio/tracing"]
1414

1515
[dependencies]
16-
tokio = { version = "1.45", features = ["sync", "rt", "tracing"] }
16+
tokio = { version = "1.52", features = ["sync", "rt", "tracing"] }
1717
async-trait = "0.1"

crates/devolutions-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ camino = "1.1"
2323

2424
# Async
2525
async-trait = "0.1"
26-
tokio = { version = "1.45", features = ["signal", "net", "io-util", "time", "rt", "rt-multi-thread", "sync", "macros", "parking_lot", "fs"] }
26+
tokio = { version = "1.52", features = ["signal", "net", "io-util", "time", "rt", "rt-multi-thread", "sync", "macros", "parking_lot", "fs"] }
2727

2828
# Logging
2929
tracing = "0.1"

crates/devolutions-pedm-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
1313
win-api-wrappers = { path = "../win-api-wrappers", optional = true }
1414
hyper = { version = "~0.14", features = ["client", "http1"], optional = true } # old version required for OpenAPI generator
1515
serde_json = { version = "1.0", optional = true }
16-
tokio = { version = "1.45", features = ["net", "sync"], optional = true }
16+
tokio = { version = "1.52", features = ["net", "sync"], optional = true }
1717
glob = { version = "0.3", optional = true }
1818
regex = { version = "1.11", optional = true }
1919
schemars = { version = "0.8", features = ["uuid1"], optional = true }

crates/devolutions-pedm-shell-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
tokio = { version = "1.45", features = ["sync"] }
14+
tokio = { version = "1.52", features = ["sync"] }
1515
windows-core = "0.61" # necessary because of macro resolving `windows::core`. Must match `win-api-wrappers` version.
1616
devolutions-pedm-shared = { path = "../devolutions-pedm-shared", features = ["pedm_client", "desktop"] }
1717
win-api-wrappers = { path = "../win-api-wrappers" }

crates/devolutions-pedm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = "1.0"
2323
serde_json = "1.0"
2424
sha1 = "0.10"
2525
sha2 = "0.10"
26-
tokio = { version = "1.45", features = ["net", "rt-multi-thread"] }
26+
tokio = { version = "1.52", features = ["net", "rt-multi-thread"] }
2727
tower-service = "0.3"
2828
win-api-wrappers = { path = "../win-api-wrappers" }
2929
devolutions-pedm-shared = { path = "../devolutions-pedm-shared", features = ["policy"]}

crates/jmux-proxy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515
jmux-proto = { path = "../jmux-proto" }
1616

1717
# async
18-
tokio = { version = "1.45", features = ["net", "rt", "io-util", "macros", "time"] }
18+
tokio = { version = "1.52", features = ["net", "rt", "io-util", "macros", "time"] }
1919
tokio-util = { version = "0.7", features = ["codec"] }
2020
futures-util = { version = "0.3", features = ["sink"] }
2121

@@ -33,4 +33,4 @@ bitvec = "1.0"
3333
# Test infrastructure for socket manipulation.
3434
socket2 = "0.5"
3535
# Enable extra tokio features.
36-
tokio = { version = "1.45", features = ["rt-multi-thread"] }
36+
tokio = { version = "1.52", features = ["rt-multi-thread"] }

crates/mock-net/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Devolutions Inc. <infos@devolutions.net>"]
66
publish = false
77

88
[dependencies]
9-
tokio = { version = "1.45", features = ["io-util", "sync"] }
9+
tokio = { version = "1.52", features = ["io-util", "sync"] }
1010
loom = { version = "0.7", features = ["futures", "checkpoint"] }
1111

1212
[dev-dependencies]
13-
tokio = { version = "1.45", features = ["rt"] }
13+
tokio = { version = "1.52", features = ["rt"] }

0 commit comments

Comments
 (0)