diff --git a/web_apps/axum/axum_hello_world/Cargo.lock b/web_apps/axum/axum_hello_world/Cargo.lock index c1a37cb..7961154 100644 --- a/web_apps/axum/axum_hello_world/Cargo.lock +++ b/web_apps/axum/axum_hello_world/Cargo.lock @@ -466,9 +466,9 @@ checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" [[package]] name = "tokio" -version = "1.18.4" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc",