Skip to content

Commit 4681f77

Browse files
build(deps): bump uuid from 1.8.0 to 1.10.0 (#1014)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.8.0...1.10.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 5760575 commit 4681f77

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.

photon-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde_derive = "^1.0"
1212
serde_with = "^2.0"
1313
serde_json = "^1.0"
1414
url = "^2.5"
15-
uuid = { version = "^1.0", features = ["serde", "v4"] }
15+
uuid = { version = "^1.10", features = ["serde", "v4"] }
1616
log = "0.4.20"
1717
[dependencies.reqwest]
1818
version = "^0.11"

0 commit comments

Comments
 (0)