Skip to content

Commit 3237b94

Browse files
chore(deps): bump uuid from 1.17.0 to 1.18.1 in /src-tauri
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afa8678 commit 3237b94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tokio-util = { version = "0.7.16", features = ["io"] }
2727
tokio-stream = "0.1.16"
2828
futures = "0.3.31"
2929
anyhow = "1.0.98"
30-
uuid = { version = "1.17.0", features = ["v4"] }
30+
uuid = { version = "1.18.1", features = ["v4"] }
3131
tokio-tungstenite = "0.27.0"
3232
serde_yaml_ng = "0.10.0"
3333
thiserror = "2.0.12"

0 commit comments

Comments
 (0)