Skip to content

Commit

Permalink
Fix/dockerfile token server (#85)
Browse files Browse the repository at this point in the history
* fix: token server dockerfile

* fix: build release for token server

* fix: upgrade sqlx version
  • Loading branch information
DhananjayPurohit committed Aug 22, 2024
1 parent aa932e5 commit 9f865cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
config = "0.13.1"
reqwest = { version = "0.11.16", features = ["blocking", "json", "socks"] }
rocket = { version = "0.5.0-rc", features = ["json"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "postgres", "time", "uuid", "tls-rustls" ] }
sqlx = { version = "0.8.0", features = [ "runtime-tokio", "postgres", "time", "uuid", "tls-rustls" ] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
schemars = { version = "0.8.12", features = ["chrono", "uuid"] }
Expand Down

0 comments on commit 9f865cc

Please sign in to comment.