diff --git a/Cargo.lock b/Cargo.lock index dbf3e1908..ef78eb2c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1998,7 +1998,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.1", "lazy_static", "lazycell", "proc-macro2", @@ -4984,7 +4984,7 @@ version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" dependencies = [ - "approx 0.4.0", + "approx 0.5.1", "arbitrary", "num-traits", "rstar 0.11.0", @@ -11666,9 +11666,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cc0f08b88..f1cc75248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" surrealdb = { version = "1.5.1", default-features = false } thiserror = "1.0.61" -tokio = { version = "1.38.0", features = ["macros", "rt", "time"]} +tokio = { version = "1.40.0", features = ["macros", "rt", "time"]} tracing = "0.1.40" tracing-test = "0.2.4" wasm-bindgen = "=0.2.92"