aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* rust: bump macaroon crate to v0.3.0 (upstream)Bryan Newbold2022-10-211-38/+117
|
* rust: switch to patched version of macaroon v0.2.0, for legacy HMACsBryan Newbold2022-10-051-5/+4
|
* rust: switch from patched macaroons to upstream v0.2.0Bryan Newbold2022-09-261-699/+1052
| | | | | Much fo the changes here are to deal with the 'ByteString' type that is included as part of the macaroons library itself.
* bump rust code to 0.5.0Bryan Newbold2021-11-171-2/+2
|
* rust: bump crate version and lockfileBryan Newbold2021-11-171-2/+2
|
* bump rust code version to v0.4.0Bryan Newbold2021-10-131-3/+5
|
* rust: update Cargo.lock (openapi dep was updated)Bryan Newbold2021-01-051-1/+1
|
* rust: update lazy_static dependencyBryan Newbold2020-12-241-31/+22
| | | | | The motivation for this is to quiet very verbose warnings about some deprecated use of std::sync. Expect no actual runtime/behavior change.
* cargo: update sentry to fix memory initialization issueBryan Newbold2020-11-201-273/+331
| | | | | | | | | | | | | | | | | | Older sentry had an unsafe memory initialization error, which wasn't caught by older compilers. Rust 1.48 catches the problem at runtime and raises a panic. This meant that new builds (eg, on QA machine after update) were panic-ing. Newest versions of sentry have modern dependencies, which breaks our crufty old 'iron' dependency tree. Work-around is to only partially update (v0.12 to v0.15). This is a fairly frustrating situation. I'm hopeful that when we update to a different web framework and openapi generator 5.0 (not yet released), many of these dependency issues will be resolved, but i'm not certain. I did notice that if we entirely remove Sentry, which has not really been used much (only a small handful of issues reported over several years), we might be able to resolve openssl dependency issues.
* rust: fatcatd changes for DOAJ+dblp identifiersBryan Newbold2020-11-191-938/+935
|
* 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
|