update
This commit is contained in:
parent
3607b65025
commit
d3e945c4c2
2 changed files with 2 additions and 79 deletions
|
@ -12,8 +12,8 @@ walkdir = "2.5.0"
|
|||
bcrypt = "0.15.1"
|
||||
data-encoding = "2.6.0"
|
||||
rand = "0.8.5"
|
||||
env_logger = "0.11.5"
|
||||
env_logger = { version = "0.11.5", default-features = false }
|
||||
log = "0.4.22"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
|
||||
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue