Skip to content

Commit dedcca6

Browse files
authored
Merge pull request #248 from Dstack-TEE/dependabot/cargo/tokio-1.46.1
build(deps): bump tokio from 1.44.1 to 1.46.1
2 parents 2a6047e + fee7fe2 commit dedcca6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ipnet = { version = "2.11.0", features = ["serde"] }
121121
reqwest = { version = "0.12.14", default-features = false, features = ["json", "rustls-tls", "charset", "hickory-dns"] }
122122
rocket = { git = "https://github.com/rwf2/Rocket", branch = "master", features = ["mtls"] }
123123
rocket-apitoken = { git = "https://github.com/kvinwang/rocket-apitoken", branch = "dev" }
124-
tokio = { version = "1.44.1" }
124+
tokio = { version = "1.46.1" }
125125
tokio-vsock = "0.7.0"
126126
sysinfo = "0.35.2"
127127
default-net = "0.22.0"

0 commit comments

Comments
 (0)