Skip to content

Commit

Permalink
build(deps): bump uuid from 1.2.2 to 1.3.0 (ActivityWatch#340)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 23, 2023
1 parent 442fd67 commit 76997e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log = "0.4"
fern = { version = "0.6", features = ["colored"] }
toml = "0.7"
gethostname = "0.4"
uuid = { version = "1.1", features = ["serde", "v4"] }
uuid = { version = "1.3", features = ["serde", "v4"] }
clap = { version = "4.0", features = ["derive", "cargo"] }

aw-datastore = { path = "../aw-datastore" }
Expand Down

0 comments on commit 76997e3

Please sign in to comment.