Skip to content

Commit 6628855

Browse files
chore(deps): Bump tokio in /pdl-live-react/src-tauri
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3910c3d commit 6628855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pdl-live-react/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ owo-colors = "4.2.0"
4040
rustpython-vm = "0.4.0"
4141
async-recursion = "1.1.1"
4242
tokio-stream = "0.1.17"
43-
tokio = { version = "1.44.1", features = ["io-std"] }
43+
tokio = { version = "1.44.2", features = ["io-std"] }
4444
indexmap = { version = "2.9.0", features = ["serde"] }
4545

4646
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]

0 commit comments

Comments
 (0)