Skip to content

Commit

Permalink
Merge pull request #459 from seanpmyers/main
Browse files Browse the repository at this point in the history
merge upstream
  • Loading branch information
seanpmyers authored Jun 27, 2023
2 parents 27bb5bd + 614c6bd commit 5bbb639
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions application/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 application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tokio-test = { version = "0.4.2" }
# Tower middleware and utilities for HTTP clients and servers
tower-http = { version = "0.4.1", features = ["cors", "fs"] }
# Implementation of Universally Unique Identifiers (Uuid)
uuid = { version = "1.3.4", features = ["v4", "serde"] }
uuid = { version = "1.4.0", features = ["v4", "serde"] }
webauthn-rs = { version = "0.4.8", features = [
"danger-allow-state-serialisation",
] }
4 changes: 2 additions & 2 deletions application/frontend/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 application/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ time = { version = "0.3.22", features = [
"parsing",
"formatting",
] }
uuid = { version = "1.3.4", features = ["serde", "v4", "js"] }
uuid = { version = "1.4.0", features = ["serde", "v4", "js"] }
wasm-bindgen = { version = "0.2.87" }
wasm-bindgen-futures = { version = "0.4.37" }
webauthn-rs-proto = { version = "0.4.9", default-features = false, features = [
Expand Down

0 comments on commit 5bbb639

Please sign in to comment.