Skip to content

Commit efc6ba7

Browse files
build(deps): bump uuid from 1.17.0 to 1.18.1
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] <support@github.com>
1 parent 9a93b71 commit efc6ba7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

signer/nostr-browser-signer-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { workspace = true, features = ["std", "derive"] }
2222
serde_json = { workspace = true, features = ["std"] }
2323
tokio = { workspace = true, features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
2424
tracing = { workspace = true, features = ["std"] }
25-
uuid = { version = "1.17", features = ["serde", "v4"] }
25+
uuid = { version = "1.18", features = ["serde", "v4"] }
2626

2727
[dev-dependencies]
2828
nostr = { workspace = true, features = ["nip59"] }

0 commit comments

Comments
 (0)