diff --git a/Cargo.lock b/Cargo.lock index 693075e1..2ca1d16d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,7 +1231,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -1407,7 +1407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -1513,9 +1513,9 @@ dependencies = [ [[package]] name = "flutter_rust_bridge_codegen" -version = "2.10.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f9092110d6f6dc82421bb00c5adc23f1595fc9146074ff856cb17c3af647407" +checksum = "8196d44913683419189948ec655f23f6d6166883ec0e5081ba443c62e5570260" dependencies = [ "anyhow", "cargo_metadata", @@ -1531,7 +1531,7 @@ dependencies = [ "glob", "hex", "include_dir", - "indicatif", + "indicatif 0.18.0", "indicatif-log-bridge", "itertools 0.10.5", "lazy_static", @@ -2119,13 +2119,26 @@ dependencies = [ "web-time", ] +[[package]] +name = "indicatif" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +dependencies = [ + "console 0.16.0", + "portable-atomic", + "unicode-width", + "unit-prefix", + "web-time", +] + [[package]] name = "indicatif-log-bridge" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2963046f28a204e3e3fd7e754fd90a6235da05b5378f24707ff0ec9513725ce3" +checksum = "63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02" dependencies = [ - "indicatif", + "indicatif 0.17.11", "log", ] @@ -4368,6 +4381,12 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +[[package]] +name = "unit-prefix" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" + [[package]] name = "unsafe-libyaml" version = "0.2.11" diff --git a/tunet-flutter/native/Cargo.toml b/tunet-flutter/native/Cargo.toml index 9078055d..cd32bce3 100644 --- a/tunet-flutter/native/Cargo.toml +++ b/tunet-flutter/native/Cargo.toml @@ -27,7 +27,7 @@ jni = "0.21" rustls-platform-verifier = { workspace = true } [build-dependencies] -flutter_rust_bridge_codegen = "=2.10.0" +flutter_rust_bridge_codegen = "=2.11.1" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ["cfg(frb_expand)"] }