@setoelkahfi / svara / commits / 11e607b

Bump tokio from 1.22.0 to 1.25.0 in /src-tauri

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.25.0) --- updated-dependencies: - dependency-name: tokio dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Mar 25, 2023 at 02:52 UTC 11e607b8c917e9dc24fe72a2f0fa5a4e53b96be7
1 file changed +3 -2
src-tauri/Cargo.lock
+3 -2
@@ -3266,15 +3266,16 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
3266
3267 [[package]]
3268 name = "tokio"
3269 -version = "1.22.0"
3269 +version = "1.25.0"
3270 source = "registry+https://github.com/rust-lang/crates.io-index"
3271 -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
3271 +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
3272 dependencies = [
3273 "autocfg",
3274 "bytes",
3275 "memchr",
3276 "num_cpus",
3277 "pin-project-lite",
3278 + "windows-sys 0.42.0",
3279 ]
3280
3281 [[package]]