aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
...
* switch to thiserrorJesse Luehrs2021-03-061-28/+21
|
* finish version bump1.1.2Jesse Luehrs2021-03-061-1/+1
|
* version bump1.1.1Jesse Luehrs2021-03-051-1/+1
|
* version bump1.1.0Jesse Luehrs2021-03-021-1/+1
|
* upgrade to tokio 1.2Jesse Luehrs2021-03-021-227/+128
|
* bump depsJesse Luehrs2021-03-021-67/+64
|
* version bump1.0.0Jesse Luehrs2021-02-221-1/+1
|
* persist uri match type when editingJesse Luehrs2021-02-211-0/+12
|
* bump reqwest back to 0.10Jesse Luehrs2021-02-211-71/+55
| | | | reqwest 0.11 seems to require tokio 1.2
* bump depsJesse Luehrs2021-02-191-324/+294
|
* changelog and version bump0.5.2Jesse Luehrs2020-12-021-1/+1
|
* bump deps0.5.1Jesse Luehrs2020-12-021-172/+251
|
* changelog and version bumpJesse Luehrs2020-12-021-1/+1
|
* parse otpauth urls for totp codesJesse Luehrs2020-10-151-0/+1
|
* version bump0.5.0Jesse Luehrs2020-10-121-1/+1
|
* bump depsJesse Luehrs2020-10-121-261/+223
|
* also display the totp codeJesse Luehrs2020-07-251-2/+123
|
* changelog and version bump0.4.6Jesse Luehrs2020-07-111-1/+1
|
* bump depsJesse Luehrs2020-07-111-90/+117
|
* changelog and version bump0.4.5Jesse Luehrs2020-07-111-1/+1
|
* prepare for ttyname from nixJesse Luehrs2020-07-031-1/+0
|
* changelog and version bump0.4.4Jesse Luehrs2020-06-231-1/+1
|
* changelog and version bump0.4.3Jesse Luehrs2020-06-231-1/+1
|
* bump dependenciesJesse Luehrs2020-06-231-158/+202
|
* changelog and version bump0.4.2Jesse Luehrs2020-05-301-1/+1
|
* changelog and version bump0.4.1Jesse Luehrs2020-05-281-1/+1
|
* changelog and version bump0.4.0Jesse Luehrs2020-05-281-1/+1
|
* changelog and version bump0.3.5Jesse Luehrs2020-05-251-1/+1
|
* fix finding the active tty nameJesse Luehrs2020-05-251-0/+2
| | | | | apparently $TTY is a shell builtin variable, and not set in the actual environment
* changelog and version bump0.3.4Jesse Luehrs2020-05-241-1/+1
|
* changelog and version bump0.3.3Jesse Luehrs2020-05-231-1/+1
|
* wrap log lines when necessaryJesse Luehrs2020-05-231-0/+2
|
* remove unnecessary explicit dependencyJesse Luehrs2020-05-231-1/+0
|
* changelog and version bump0.3.2Jesse Luehrs2020-05-231-1/+1
|
* better error messages when parsing a server messageJesse Luehrs2020-05-231-0/+22
|
* changelog and version bump0.3.1Jesse Luehrs2020-05-231-1/+1
|
* a few more dep version bumpsJesse Luehrs2020-05-221-5/+17
|
* changelog and version bump0.3.0Jesse Luehrs2020-05-221-1/+1
|
* bump depsJesse Luehrs2020-05-221-84/+100
|
* use structopt instead of clapJesse Luehrs2020-05-221-0/+105
|
* changelog and version bump0.2.2Jesse Luehrs2020-05-171-1/+1
|
* version bump0.2.1Jesse Luehrs2020-05-031-1/+1
|
* version bump0.2.0Jesse Luehrs2020-05-031-1/+1
|
* bump depsJesse Luehrs2020-05-031-61/+59
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-0/+1
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-0/+1
|
* move to ring for things that it supportsJesse Luehrs2020-05-031-165/+46
| | | | | it doesn't support AES_256_CBC_HMAC_SHA256, so we can't move that over yet (see https://github.com/briansmith/ring/issues/588)
* also bump Cargo.lock0.1.1Jesse Luehrs2020-05-021-1/+1
|
* add docsJesse Luehrs2020-04-201-0/+13
|
* add explicit dependency versionsJesse Luehrs2020-04-191-30/+30
|