Skip to content

Commit

Permalink
fix: build error (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 authored Aug 5, 2024
1 parent 18d0a9c commit 9f9fe53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 apps/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ frunk_core = { version = "0.4.2" }
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
thiserror = "1.0.58"
time = "0.3.34"
time = "0.3.36"
ulid = { version = "1.1.2", features = ["uuid"] }
url = "2.5.2"
uuid = "1.8.0"
Expand Down

0 comments on commit 9f9fe53

Please sign in to comment.