get elseware working with a newer version of rust #34

Merged
jake merged 13 commits from latestrust into master 2021-06-17 14:48:43 -04:00
Showing only changes of commit 675d9719a9 - Show all commits

View File

@ -13,7 +13,7 @@ rand_chacha = "0.2.2"
crc = "^1.0.0" crc = "^1.0.0"
bcrypt = "0.4" bcrypt = "0.4"
chrono = "0.4.11" chrono = "0.4.11"
serde = "1.0.117" serde = "*"
serde_json = "*" serde_json = "*"
ron = "*" ron = "*"
toml = "*" toml = "*"
@ -27,7 +27,7 @@ ages-prs = "0.1"
async-trait = "0.1.41" async-trait = "0.1.41"
lazy_static = "1.4.0" lazy_static = "1.4.0"
barrel = { version = "0.6.5", features = ["pg"] } barrel = { version = "0.6.5", features = ["pg"] }
refinery = { version = "0.3.0", features = ["postgres"] } refinery = { version = "0.4.0", features = ["postgres"] }
sqlx = { version = "0.4.0", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] } sqlx = { version = "0.4.0", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] }
strum = "0.19.5" strum = "0.19.5"
strum_macros = "0.19" strum_macros = "0.19"