#7 fix invalid ttl

This commit is contained in:
Kaczanowski Mateusz 2020-09-18 23:52:09 +02:00
parent 5793f5c87e
commit fb9ba72107

View file

@ -9,8 +9,8 @@ rocket = { version = "0.4.4", features = ["tls"] }
rocksdb = "0.13.0" rocksdb = "0.13.0"
nanoid = "0.3.0" nanoid = "0.3.0"
flatbuffers = "0.6.1" flatbuffers = "0.6.1"
structopt = "0.1.3" structopt = "0.3.17"
structopt-derive = "0.1.3" structopt-derive = "0.4.10"
num_cpus = "1.0" num_cpus = "1.0"
handlebars = "3.0.1" handlebars = "3.0.1"
maplit = "1.0.2" maplit = "1.0.2"