diff --git a/Cargo.lock b/Cargo.lock index 54cd338..95112d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2801,9 +2801,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/crates/sbv2_api/Cargo.toml b/crates/sbv2_api/Cargo.toml index 37b3f1b..d66ed1a 100644 --- a/crates/sbv2_api/Cargo.toml +++ b/crates/sbv2_api/Cargo.toml @@ -16,7 +16,7 @@ env_logger.workspace = true log = "0.4.22" sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] } serde = { version = "1.0.210", features = ["derive"] } -tokio = { version = "1.47.0", features = ["full"] } +tokio = { version = "1.47.1", features = ["full"] } utoipa = { version = "5.4.0", features = ["axum_extras"] } utoipa-scalar = { version = "0.3.0", features = ["axum"] }