Skip to content

Commit

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

Bump uuid from 1.6.0 to 1.6.1 in /loremaster-web-server
  • Loading branch information
seanpmyers authored Nov 22, 2023
2 parents d50cea5 + 0f98366 commit 1af34c3
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.6.0", features = ["v4", "serde"] }
uuid = { version = "1.6.1", features = ["v4", "serde"] }
webauthn-rs = { version = "0.4.8", features = [
"danger-allow-state-serialisation",
] }

0 comments on commit 1af34c3

Please sign in to comment.