diff --git a/Cargo.lock b/Cargo.lock index 4289519..a1caaec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "async-trait" @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index d5dc772..45eac76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,11 @@ axum = "0.6.20" axum-extra = { version = "0.9.0", features = ["typed-routing"] } tower-http = { version = "0.4.4", default-features = false, features = ["trace"] } futures = "0.3.29" -tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] } elegant-departure = { version = "0.2.1", features = ["tokio"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -anyhow = "1.0.75" +anyhow = "1.0.76" serde = { version = "1.0.193", features = ["derive"] } k8s-openapi = { version = "0.20.0", features = ["latest"] }