diff --git a/examples/rust/actix_api/Cargo.lock b/examples/rust/actix_api/Cargo.lock index d59543f7d..9eddb52a9 100644 --- a/examples/rust/actix_api/Cargo.lock +++ b/examples/rust/actix_api/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -1762,9 +1762,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.1" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes",