Skip to content

Commit 9a38db8

Browse files
build(deps): bump tokio from 1.44.1 to 1.44.2 in /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 8c73b03 commit 9a38db8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src-tauri/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tauri-build = { version = "1.5.1", features = [] }
1515

1616
[dependencies]
1717
reqwest = { version = "0.12", features = ["json"] }
18-
tokio = { version = "1.0", features = ["full"] }
18+
tokio = { version = "1.44", features = ["full"] }
1919
os_info = "3"
2020
chrono = "0.4"
2121
serde_json = "1.0.116"

0 commit comments

Comments
 (0)