Skip to content

Commit

Permalink
Merge pull request #582 from seanpmyers/dependabot/cargo/loremaster-w…
Browse files Browse the repository at this point in the history
…eb-server/uuid-1.5.0

Bump uuid from 1.4.1 to 1.5.0 in /loremaster-web-server
  • Loading branch information
seanpmyers authored Oct 19, 2023
2 parents d5bb3be + 51116e9 commit 0659f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions loremaster-web-server/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 loremaster-web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tokio-test = { version = "0.4.3" }
# Tower middleware and utilities for HTTP clients and servers
tower-http = { version = "0.4.4", features = ["cors", "fs"] }
# Implementation of Universally Unique Identifiers (Uuid)
uuid = { version = "1.4.1", features = ["v4", "serde"] }
uuid = { version = "1.5.0", features = ["v4", "serde"] }
webauthn-rs = { version = "0.4.8", features = [
"danger-allow-state-serialisation",
] }

0 comments on commit 0659f52

Please sign in to comment.