summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04chore: update outdated dependenciesLars Wirzenius1-18/+35
Sponsored-by: author
2022-01-04chore: cargo updateLars Wirzenius1-90/+89
Sponsored-by: author
2021-12-04fix: update Cargo.lock after updating crate versionLars Wirzenius1-1/+1
2021-12-04chore: prepare release 0.6.0Lars Wirzenius1-49/+32
Sponsored-by: author
2021-11-21chore: update Cargo.lockv0.5.0Lars Wirzenius1-3/+3
Obnam's own version number needed to be updated there. Sponsored-by: author
2021-11-20chore: bump dependency on rusqlite to 0.26.1 and fix breakageLars Wirzenius1-4/+4
Sponsored-by: author
2021-11-20chore: update dependency on pbkdf2 to 0.9 and fix breakageLars Wirzenius1-7/+6
Sponsored-by: author
2021-11-20chore: update Cargo.lock with "cargo update"Lars Wirzenius1-309/+232
Sponsored-by: author
2021-07-18feat: add Engine and WorkQueue abstractions for async processingLars Wirzenius1-0/+61
Many thanks to Daniel Silverstone for helping me get through this. Sponsored-by: author
2021-06-19chore: new cargo updateLars Wirzenius1-31/+34
Things changed while I worked through the manual changes. Update Cargo.lock to be current again. Sponsored-by: author
2021-06-19chore: bump dependency on indicatif to 0.16, and fix what's neededLars Wirzenius1-6/+4
Change calls to set_message to pass ownership of the message, rather than just letting it borrow the message. Sponsored-by: author
2021-06-19chore: bump dependency on rusqlite to 0.25Lars Wirzenius1-10/+21
Sponsored-by: author
2021-06-19chore: bump dependency on pbkdf2 to 0.8Lars Wirzenius1-8/+9
Sponsored-by: author
2021-06-19chore: update warp and tokio dependenciesLars Wirzenius1-377/+115
tokio has released 1.0. Bump the warp dependency to get a version that works with tokio 1.x. Sponsored-by: author
2021-06-19chore: cargo updateLars Wirzenius1-18/+18
This are the changes made by running `cargo update`. Sponsored-by: author
2021-06-06Release version 0.4.0v0.4.0Lars Wirzenius1-19/+19
2021-06-06docs: update NEWS, Cargo.toml, debian/changelo for new releaseLars Wirzenius1-1/+1
Also, tweak titles in NEWS to be a little shorter. Sponsored-by: author
2021-05-29update Cargo.toml, Cargo.lock with new dependenciesLars Wirzenius1-172/+278
These aren't used yet, but they soon will be.
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+68
This reads a passphrase and derives two passwords from that, and stores them next to the configuration file. The passwords aren't yet used for anything, that will come later.
2021-03-24refactor: switch from dirs crate to directories-nextLars Wirzenius1-65/+13
It's a higher-level library and a little nicer to use.
2021-03-24chore: use warp's bytes instead of bytes crate directlyLars Wirzenius1-1/+0
2021-03-24chore: bump reqwest dependencyLars Wirzenius1-38/+150
2021-03-23chore: update Cargo.lockLars Wirzenius1-1/+1
2021-03-20build: add Cargo.lock to gitLars Wirzenius1-0/+2278