Skip to content

Commit

Permalink
Merge pull request #37 from lomirus/dependabot/cargo/uuid-1.5.0
Browse files Browse the repository at this point in the history
chore(deps): bump uuid from 1.4.1 to 1.5.0
  • Loading branch information
lomirus authored Nov 5, 2023
2 parents a0985b3 + 5ca4bd5 commit 0a87aa3
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ notify = "6.1.1"
tide = "0.16.0"
async-std = { version = "1.10.0", features = ["attributes"] }
tide-websockets = "0.4.0"
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.5.0", features = ["v4"] }
clap = { version = "4.4.6", features = ["derive"] }
mime_guess = "2.0.3"
local-ip-address = "0.5.6"
Expand Down

0 comments on commit 0a87aa3

Please sign in to comment.