diff --git a/Cargo.lock b/Cargo.lock index c4a116b..34592f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,7 +1487,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1794,9 +1794,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.52" +version = "0.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63e1cec14d8140417b330fffd1fb07f52cbd69063a4bd5688e63511b5bf8c8aa" +checksum = "ca58639610a8fe299f3615f8774624b872833a53b589245c99d9df15f6fd8f7a" dependencies = [ "pbjson", "pbjson-build", @@ -1917,7 +1917,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 50ece43..f727234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://code0.tech" license = "Apache-2.0" [dependencies] -tucana = { version = "0.0.52", features = ["aquila"] } +tucana = { version = "0.0.53", features = ["aquila"] } async-trait = "0.1.85" log = "0.4.24" tonic = "0.14.1"