Skip to content

Commit 080d090

Browse files
Bump tokio from 1.36.0 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60951f1 commit 080d090

5 files changed

Lines changed: 110 additions & 79 deletions

File tree

Cargo.lock

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

enclave-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ categories = ["os", "hardware-support"]
1818
anyhow = "1.0" # MIT/Apache-2.0
1919
lazy_static = "1.5.0" # MIT/Apache-2.0
2020
num_cpus = "1.10.0" # MIT/Apache-2.0
21-
tokio = { version = "1.35", features = ["full"] } # MIT
21+
tokio = { version = "1.49", features = ["full"] } # MIT
2222
pin-project-lite = "0.2.16" # MIT/Apache-2.0
2323
futures = { version = "0.3", features = ["compat", "io-compat"] } # MIT/Apache-2.0

fortanix-vme/fortanix-vme-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ nix = { version = "0.30.0", features = ["fs", "ioctl", "socket"] }
2323
rand = "0.7.3"
2424
serde_cbor = { version = "0.11" }
2525
thiserror = "1.0"
26-
tokio = { version = "1.35", features = ["full"] } # MIT
26+
tokio = { version = "1.49", features = ["full"] } # MIT
2727
tokio-vsock = { version = "0.7.2" }
2828
vsock = "0.5"

intel-sgx/enclave-runner-sgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libc = "0.2.48" # MIT/Apache-2.0
3636
nix = "0.13.0" # MIT
3737
openssl = { version = "0.10", optional = true } # Apache-2.0
3838
crossbeam = "0.8.4" # MIT/Apache-2.0
39-
tokio = { version = "1.35", features = ["full"] } # MIT
39+
tokio = { version = "1.49", features = ["full"] } # MIT
4040
futures = { version = "0.3", features = ["compat", "io-compat"] } # MIT/Apache-2.0
4141

4242
[features]

ipc-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static_assertions = "1.1.0"
2121

2222
[target.'cfg(not(target_env = "sgx"))'.dev-dependencies]
2323
futures = { version = "0.3", features = ["compat", "io-compat"] }
24-
tokio = { version = "1.35", features = ["full"] }
24+
tokio = { version = "1.49", features = ["full"] }
2525

2626
[package.metadata.fortanix-sgx]
2727
# set number of threads so tests can run properly

0 commit comments

Comments
 (0)