forked from jmug/stoatchat
Update crates to latest version.
This commit is contained in:
24
Cargo.toml
24
Cargo.toml
@@ -7,23 +7,23 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
mongodb = "0.9.0"
|
||||
bson = "0.14.0"
|
||||
rocket = { version = "0.4.2", default-features = false }
|
||||
mongodb = "0.9.2"
|
||||
bson = "0.14.1"
|
||||
rocket = { version = "0.4.4", default-features = false }
|
||||
once_cell = "1.3.1"
|
||||
dotenv = "0.15.0"
|
||||
ulid = "0.3.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rocket_contrib = "0.4.2"
|
||||
rocket_contrib = "0.4.4"
|
||||
validator = "0.10.0"
|
||||
bcrypt = "0.6.1"
|
||||
chrono = "0.4.10"
|
||||
bcrypt = "0.7.0"
|
||||
chrono = "0.4.11"
|
||||
rand = "0.7.3"
|
||||
time = "0.2.4"
|
||||
reqwest = { version = "0.10.1", features = ["blocking", "json"] }
|
||||
num_enum = "0.4.2"
|
||||
time = "0.2.9"
|
||||
reqwest = { version = "0.10.4", features = ["blocking", "json"] }
|
||||
num_enum = "0.4.3"
|
||||
ws = "0.9.1"
|
||||
hashbrown = "0.7.0"
|
||||
serde_json = "1.0.47"
|
||||
rocket_cors = "0.5.1"
|
||||
hashbrown = "0.7.1"
|
||||
serde_json = "1.0.51"
|
||||
rocket_cors = "0.5.2"
|
||||
bitfield = "0.13.2"
|
||||
|
||||
Reference in New Issue
Block a user