Skip to content

Commit 5ee182f

Browse files
Bump uuid from 1.6.1 to 1.7.0 (#81)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.6.1...1.7.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a494476 commit 5ee182f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rquickjs = { version = "0.4.3", features = [
2323
], default-features = false }
2424
tokio = { version = "1", features = ["full"] }
2525
tracing = { version = "0.1.40", features = ["log"] }
26-
uuid = { version = "1.6.1", default-features = false, features = [
26+
uuid = { version = "1.7.0", default-features = false, features = [
2727
"v1",
2828
"v3",
2929
"v4",

0 commit comments

Comments
 (0)