aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* cargo update fatcat rust after openssl removalBryan Newbold2019-09-291-76/+32
|
* rust impl token endpoint (and bump crate version)Bryan Newbold2019-09-181-5/+5
|
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-2/+2
|
* newer cargo adds a header to Cargo.lockBryan Newbold2019-07-311-0/+2
|
* codegen version bumpBryan Newbold2019-05-211-3/+3
| | | | Wow, a surprisingly large commit!
* update cargo depsBryan Newbold2019-02-051-515/+298
|
* Fix Cargo version pinsBryan Newbold2019-01-281-3/+3
|
* update rust Cargo lock (from version bump)Bryan Newbold2019-01-281-5/+5
|
* get regular log lines flowing through slogBryan Newbold2019-01-281-0/+47
| | | | | The plan here is to replace slog with env_logger (much simpler!), but not there yet.
* add serde deps directly to fatcat crateBryan Newbold2019-01-141-0/+3
|
* add cadence for metrics (statsd)Bryan Newbold2019-01-101-0/+16
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-11/+2
|
* add sentry rust depBryan Newbold2019-01-091-4/+956
|
* update Cargo dependenciesBryan Newbold2019-01-081-355/+499
|
* wire-up auth config via ENVBryan Newbold2018-12-311-0/+1
|
* bump busted libmacaroons-rs dependencyBryan Newbold2018-12-271-3/+3
|
* add macaroon depBryan Newbold2018-12-261-0/+95
| | | | Unfortunately, a patched copy for now. :(
* improvements to fatcat-export outputBryan Newbold2018-09-111-0/+57
|
* improvements to fatcat-exportBryan Newbold2018-09-111-0/+1
|
* first pass fast exportBryan Newbold2018-09-111-0/+170
|
* fix fatcat-api-spec depsBryan Newbold2018-09-111-2/+2
|
* update to most recent dieselBryan Newbold2018-07-251-4/+4
|
* pull in sha1 library (for abstracts)Bryan Newbold2018-07-251-0/+7
|
* more external ident handlingBryan Newbold2018-07-251-0/+24
|
* update error-chain to fix warningsBryan Newbold2018-07-241-1/+10
|
* entity ident (fcid) UUID helpersBryan Newbold2018-07-201-1/+8
| | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead?
* actually log errorsBryan Newbold2018-06-211-0/+1
|
* update dependency on iron-slogBryan Newbold2018-06-101-15/+5
|
* run diesel migrations in testsBryan Newbold2018-05-241-28/+62
|
* use diesel::r2d2 instead of r2d2 directlyBryan Newbold2018-05-241-1/+0
|
* update to iron 0.6Bryan Newbold2018-05-241-75/+23
| | | | Required a patch to iron-slog.
* clean up diesel optionsBryan Newbold2018-05-151-36/+1
|
* progress on database lookupBryan Newbold2018-05-151-1/+2
|
* start ripping out cruftBryan Newbold2018-05-151-24/+40
|
* working db_pool and responseBryan Newbold2018-05-151-0/+2
|
* broken diesel+iron integrationBryan Newbold2018-05-151-0/+43
|
* add basic slog loggingBryan Newbold2018-05-151-0/+77
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-539/+112
| | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.
* regenerated and pseudo-integratedBryan Newbold2018-05-141-6/+876
|
* commit older filesBryan Newbold2018-05-141-1/+683
|
* add scratch rust stuffBryan Newbold2018-05-131-0/+192