diff --git a/Cargo.lock b/Cargo.lock index adbac496..0f4ed747 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2183,9 +2183,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fced2ca0..c9b623b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1" serde_yaml = "0.9" syn = { version = "2.0.90", features = ["parsing"] } thiserror = "2.0.7" -tokio = { version = "1.41.1", features = ["rt", "net"] } +tokio = { version = "1.42.0", features = ["rt", "net"] } # change when publishing # typify = { version = "0.2.0" } typify = { git = "https://github.com/oxidecomputer/typify" }