aboutsummaryrefslogtreecommitdiff
path: root/src/garage/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-281-1/+1
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-261-0/+3
|\
| * [syslog] Add support to logging to syslogAlex Auvolat2024-03-201-0/+3
| * [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-1/+1
| * [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-1/+1
* | [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-261-0/+1
* | [rm-sled] Remove the Sled database engineAlex Auvolat2024-03-081-3/+2
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-151-2/+1
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-2/+1
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-40/+43
|\|
| * [dep-upgrade-202402] upgrade to http/hyper 1.x for testsAlex Auvolat2024-02-051-0/+2
| * [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-41/+41
| * Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
| * Merge tag 'v0.8.5' into sync-08-09Alex Auvolat2024-01-161-0/+1
| |\
| | * Bump version to 0.8.5Alex Auvolat2024-01-161-1/+1
| | * config: refactor secret sourcingAlex Auvolat2024-01-151-0/+1
* | | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-111-1/+1
|/ /
* | bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
* | actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-1/+1
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-3/+4
|\|
| * bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
| * cargo: Updated:Jonathan Davies2023-08-281-1/+1
| * garage/Cargo.toml: Updated aws-sdk-s3 to 0.28, added aws-config.Jonathan Davies2023-06-251-1/+2
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-0/+3
|\|
| * Add basic k2v_client integration testsAlex Auvolat2023-05-221-0/+2
| * Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0Alex Auvolat2023-05-171-0/+1
* | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaultsAlex Auvolat2023-05-171-1/+1
|/
* move git-version dependency to main crate to reduce rebuildsAlex Auvolat2023-05-091-0/+1
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-8/+8
* Remove unnecessary/unused "timeago" featuresJakub Jirutka2023-05-071-1/+1
* Prepare for v0.8.2Alex Auvolat2023-03-131-9/+9
* Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
* garage/Cargo.toml: Updated timeage from 0.3 to 0.4.Jonathan Davies2023-01-261-1/+1
* {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.Jonathan Davies2023-01-261-1/+1
* Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+1
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-031-1/+0
* Refactor how things are migratedAlex Auvolat2023-01-031-1/+1
* Bump everything to v0.8.1Alex Auvolat2023-01-021-9/+9
* Fix logs appearing twicefix-logsAlex Auvolat2022-11-291-1/+1
* Show a nice message and a backtrace when Garage panicsAlex Auvolat2022-11-041-0/+1
* Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-041-0/+1
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-0/+2
* definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-141-1/+1
* Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-081-12/+33
|\
| * Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-081-12/+33
| |\
| | * Remove opentelemetry-otlp dep in api/Alex Auvolat2022-09-061-1/+1
| | * Make all DB engines optional build featuresAlex Auvolat2022-09-061-2/+10