diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:55:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:55:52 -0800 |
commit | c16ae49f7a2bc356cc55ecefc01b786178a30bc6 (patch) | |
tree | 18633177762d23973f085ef3fca1d52d07353a59 /rust/Cargo.lock | |
parent | 574a3cacafab2f32c7371ce24ef58c95b925e596 (diff) | |
download | fatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.tar.gz fatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.zip |
bump rust code to 0.5.0
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f18e94a1..6fa62c5f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "fatcat" -version = "0.4.1" +version = "0.5.0" dependencies = [ "cadence", "chrono 0.4.6", @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "fatcat-openapi" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bodyparser", "chrono 0.4.6", |