diff --git a/Cargo.lock b/Cargo.lock index c92d8d5..83951aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4399,9 +4399,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/goldboot-registry/Cargo.toml b/goldboot-registry/Cargo.toml index c6cf219..9144ad3 100644 --- a/goldboot-registry/Cargo.toml +++ b/goldboot-registry/Cargo.toml @@ -18,7 +18,7 @@ goldboot-image = { path = "../goldboot-image", version = "0.0.5" } goldboot = { path = "../goldboot", version = "0.0.10" } reqwest = { workspace = true, features = ["stream"] } tftpd = { version = "0.5.0", optional = true } -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.49.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } diff --git a/goldboot/Cargo.toml b/goldboot/Cargo.toml index 031ff46..7dcce85 100644 --- a/goldboot/Cargo.toml +++ b/goldboot/Cargo.toml @@ -60,7 +60,7 @@ ssh-key = { version = "0.7.0-pre.1", features = ["ed25519"] } strum = { workspace = true } tar = "0.4.40" tempfile = "3.10.0" -tokio = { version = "1.36.0", features = ["full"] } +tokio = { version = "1.49.0", features = ["full"] } tower-http = { version = "0.6.6", features = ["fs", "trace"] } tracing = { workspace = true } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }