Skip to content

Commit 6d3e532

Browse files
Bump uuid from 1.17.0 to 1.18.0 (#1443)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7259b31 commit 6d3e532

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.

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tracing-opentelemetry = "0.24.0"
4242
tracing-subscriber = { workspace = true }
4343
unindent = "0.2.3"
4444
url = "2.5.4"
45-
uuid = { version = "1.11.0", features = ["v4"] }
45+
uuid = { version = "1.18.0", features = ["v4"] }
4646
josh-rpc = { path = "../josh-rpc" }
4747
tokio-util = { workspace = true }
4848
tempfile = { workspace = true }

0 commit comments

Comments
 (0)