diff options
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3730657a..716f2b6b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.0" @@ -605,7 +607,7 @@ dependencies = [ [[package]] name = "fatcat" -version = "0.3.3" +version = "0.4.0" dependencies = [ "cadence", "chrono 0.4.6", @@ -627,7 +629,7 @@ dependencies = [ "log 0.3.9", "macaroon", "num_cpus", - "rand 0.6.5", + "rand 0.3.23", "regex 1.4.2", "sentry", "serde 1.0.117", @@ -646,7 +648,7 @@ dependencies = [ [[package]] name = "fatcat-openapi" -version = "0.3.3" +version = "0.4.0" dependencies = [ "bodyparser", "chrono 0.4.6", |