diff --git a/Cargo.lock b/Cargo.lock index 0605b04f..6ccfb069 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3207,9 +3207,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.0" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 6c53b49a..3f9161ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ sqlx = { version = "0.6", features = ["offline", "sqlite", "runtime-actix-native subst = { version = "0.2", features = ["yaml"] } thiserror = "1" tilejson = "0.3" -tokio = { version = "1.29.0", features = ["macros"] } +tokio = { version = "1.29.1", features = ["macros"] } [profile.dev.package.sqlx-macros] # See https://github.com/launchbadge/sqlx#compile-time-verification