diff --git a/Cargo.lock b/Cargo.lock index 0050f92..736f923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,9 +1062,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", diff --git a/examples/async/Cargo.toml b/examples/async/Cargo.toml index f80e089..5c23966 100644 --- a/examples/async/Cargo.toml +++ b/examples/async/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1" lazy_static = "1.5.0" mktemp = "0.5" tokio-rusqlite = "0.5.0" -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.39.3", features = ["full"] } [dependencies.rusqlite_migration] path = "../../rusqlite_migration"