Skip to content

Commit

Permalink
updated dependencies, hopefully no openssl requirement anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Feb 5, 2024
1 parent 18c34fa commit 0317eaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ edition = "2021"

[dependencies]
color-eyre = "0.6.2"
tracing = "0.1.37"
serde = "1.0.163"
tracing-subscriber = "0.3.17"
tracing = "0.1.40"
serde = "1.0.196"
tracing-subscriber = "0.3.18"
dotenvy = "0.15.7"
sqlx = { version = "0.6.3", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.11.0", features = ["full"] }
liquid = "0.26.3"
actix-web = "4.3.1"
google_maps = { version= "3.3.0", features= ["rustls", "tokio", "places"] }
serde_json = "1.0.105"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.36.0", features = ["full"] }
liquid = "0.26.4"
actix-web = "4.5.1"
google_maps = { version= "3.4.1", features= ["rustls", "tokio", "places"] }
serde_json = "1.0"
rand = "0.8.5"

0 comments on commit 0317eaf

Please sign in to comment.