Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 3bdbc00

Browse files
Bump the production-dependencies group in /src-tauri with 3 updates
Bumps the production-dependencies group in /src-tauri with 3 updates: [serde](https://github.com/serde-rs/serde), [tokio](https://github.com/tokio-rs/tokio) and [serde_derive](https://github.com/serde-rs/serde). Updates `serde` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) Updates `serde_derive` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63510d5 commit 3bdbc00

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tauri-build = { version = "1", features = [] }
1414
tauri = { version = "1", features = [ "window-start-dragging", "window-show", "process-exit", "window-minimize", "window-maximize", "window-unminimize", "window-hide", "window-close", "window-unmaximize", "shell-open"] }
1515
serde = { version = "1", features = ["derive"] }
1616
serde_json = "1"
17-
tokio = { version = "1.40.0", features = ["full"] }
17+
tokio = { version = "1.41.0", features = ["full"] }
1818
confy = "0.6.1"
1919
serde_derive = "1.0.200"
2020
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)