update outdated packages

feat/vaults
Tomáš Mládek 2021-02-18 20:48:31 +01:00
parent db5235bbd5
commit 2b42f4dc1a
2 changed files with 456 additions and 371 deletions

811
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ version = "0.1.0"
[dependencies]
clap = "2.33.0"
env_logger = "0.7.1"
env_logger = "^0.8"
log = "0.4"
anyhow = "1.0"
@ -21,21 +21,21 @@ diesel = { version = "1.4", features = ["sqlite", "r2d2", "chrono", "serde_json"
diesel_migrations = "1.4"
libsqlite3-sys = { version = "^0", features = ["bundled"] }
actix = "0.9.0"
actix-files = "0.2.2"
actix-rt = "1.0.0"
actix-web = "2.0"
actix_derive = "0.3.2"
actix = "^0.10"
actix-files = "^0.5"
actix-rt = "^2.0"
actix-web = "^3.3"
actix_derive = "^0.5"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lexpr = "0.2.6"
bs58 = "0.3.1"
bs58 = "^0.4"
filebuffer = "0.4.0"
tiny-keccak = { version = "2.0", features = ["k12"] }
unsigned-varint = { version = "0.5.0", features = ["std"] }
unsigned-varint = { version = "^0", features = ["std"] }
uuid = { version = "0.8", features = ["v4"] }
walkdir = "2"