AJIOB
42db6f1011
Update OpenDAL for fixing #2220
2024-07-14 21:56:54 +02:00
dependabot[bot]
d5a1787a85
build(deps): bump uuid from 1.7.0 to 1.9.0 ( #2213 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.9.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 10:01:06 +08:00
Xuanwo
9e00c874de
Format toml
...
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-06-16 14:15:55 +02:00
Xuanwo
c1bd3c1fa6
refactor: Bump OpenDAL to 0.47
...
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-06-16 14:15:55 +02:00
Xuanwo
ed5f747ce5
refactor: Bump MSRV to 1.75 for async in trait
...
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-06-16 11:16:59 +02:00
Sylvestre Ledru
634d8af140
sccache: prepare new release ( #2179 )
2024-05-24 14:53:37 +02:00
dependabot[bot]
ab29701ce5
build(deps): bump nix from 0.27.1 to 0.28.0 ( #2108 )
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0 )
---
updated-dependencies:
- dependency-name: nix
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 08:57:18 +02:00
dependabot[bot]
b2639b0687
build(deps): bump serial_test from 2.0.0 to 3.1.0 ( #2158 )
...
Bumps [serial_test](https://github.com/palfrey/serial_test ) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 14:59:19 +02:00
Chris
887ae90861
Add required winapi features ( #2160 )
2024-04-27 16:55:58 +08:00
Sylvestre Ledru
a8230cb47a
prepare version 0.8.0 ( #2153 )
2024-04-21 14:38:40 +02:00
AJ Schmidt
a859c3b0bb
Set User Agent Header for S3 Requests ( #2137 )
...
* Set User Agent Header for S3 Requests
Closes #2136 .
This PR configures the S3 backend to use a custom HTTP client
which has a user agent header set.
The user agent header enables `sccache` users to write AWS policies to
accept or reject `sccache` requests to an S3 bucket based on their `sccache`
version.
2024-03-25 18:08:00 +01:00
dependabot[bot]
59cc41dea8
build(deps): bump openssl from 0.10.62 to 0.10.64 ( #2106 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.64 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 19:52:35 +08:00
Alex Overchenko
73249b94a9
chore: use what we really need from `opendal` ( #2118 )
...
* Migrate `rustls` feature to the `reqwest` feature
2024-03-03 21:15:38 +08:00
Alex Overchenko
5927be083f
build(deps): Upgrade OpenDAL to the latest version ( #2114 )
2024-03-03 20:34:02 +08:00
dependabot[bot]
8761109320
build(deps): bump assert_cmd from 2.0.12 to 2.0.13
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.12 to 2.0.13.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 10:02:42 +01:00
dependabot[bot]
fee4ff393b
build(deps): bump opendal from 0.44.2 to 0.45.0 ( #2086 )
2024-02-20 16:26:17 +08:00
dependabot[bot]
5dc97c6a86
build(deps): bump hyper-util from 0.1.2 to 0.1.3 ( #2099 )
...
Bumps [hyper-util](https://github.com/hyperium/hyper-util ) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/hyperium/hyper-util/releases )
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.2...v0.1.3 )
---
updated-dependencies:
- dependency-name: hyper-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 08:48:35 +01:00
dependabot[bot]
7fbfda5336
build(deps): bump is-terminal from 0.4.10 to 0.4.12 ( #2097 )
...
Bumps [is-terminal](https://github.com/sunfishcode/is-terminal ) from 0.4.10 to 0.4.12.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.10...v0.4.12 )
---
updated-dependencies:
- dependency-name: is-terminal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 08:48:18 +01:00
dependabot[bot]
5d60635b3e
build(deps): bump reqsign from 0.14.6 to 0.14.7 ( #2098 )
...
Bumps [reqsign](https://github.com/Xuanwo/reqsign ) from 0.14.6 to 0.14.7.
- [Release notes](https://github.com/Xuanwo/reqsign/releases )
- [Commits](https://github.com/Xuanwo/reqsign/compare/v0.14.6...v0.14.7 )
---
updated-dependencies:
- dependency-name: reqsign
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 08:47:43 +01:00
dependabot[bot]
762b165a22
build(deps): bump memmap2 from 0.9.3 to 0.9.4 ( #2089 )
...
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs ) from 0.9.3 to 0.9.4.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.3...v0.9.4 )
---
updated-dependencies:
- dependency-name: memmap2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 10:22:54 +01:00
dependabot[bot]
7248d18eef
build(deps): bump libc from 0.2.152 to 0.2.153 ( #2087 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.152 to 0.2.153.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 20:54:52 +01:00
dependabot[bot]
754242bdb3
build(deps): bump uuid from 1.6.1 to 1.7.0 ( #2066 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-15 12:29:06 +01:00
dependabot[bot]
6ddbe17254
build(deps): bump regex from 1.10.2 to 1.10.3 ( #2063 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.10.2...1.10.3 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 09:41:08 +01:00
dependabot[bot]
11ce6f4578
build(deps): bump which from 5.0.0 to 6.0.0 ( #2051 )
...
Bumps [which](https://github.com/harryfei/which-rs ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harryfei/which-rs/compare/5.0.0...6.0.0 )
---
updated-dependencies:
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 09:41:00 +01:00
dependabot[bot]
0f50fc58ab
build(deps): bump chrono from 0.4.31 to 0.4.33 ( #2065 )
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.31 to 0.4.33.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.33 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 09:40:43 +01:00
Sylvestre Ledru
e976c42c21
upgrade to version 0.7.7 ( #2080 )
2024-02-07 11:41:22 +01:00
dependabot[bot]
0955e1a9ee
build(deps): bump predicates from 3.0.3 to 3.1.0 ( #2052 )
...
Bumps [predicates](https://github.com/assert-rs/predicates-rs ) from 3.0.3 to 3.1.0.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.1.0 )
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 15:31:21 +01:00
liushuyu
d2a89d77b6
feat(tree-wide): migrate to Hyper 1.x
2024-01-26 09:28:09 +01:00
Jonathan Dygert
dc994e8bc4
Update OpenDAL to 0.44.2 ( #2060 )
2024-01-26 00:30:30 +08:00
dependabot[bot]
19c55bd52e
build(deps): bump clap from 4.3.24 to 4.4.18 ( #2050 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.24 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.24...v4.4.18 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 10:00:26 +01:00
Xuanwo
7640978520
ci: Bump MSRV to 1.70.0 ( #2054 )
...
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-01-23 09:12:29 +01:00
Chojan Shang
4d8125735b
feat(cache/oss): add support for oss ( #2046 )
...
* feat(cache/oss): add support for oss
Signed-off-by: Chojan Shang <psiace@apache.org>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-01-22 14:30:16 +01:00
Sylvestre Ledru
8ae5cd538d
Improve of the description
2024-01-22 12:10:37 +01:00
Sylvestre Ledru
381ee1c739
Prepare version 0.7.6
2024-01-22 12:10:37 +01:00
Xuanwo
0ef1a54028
refactor: Remove all dependences on ring 0.16 ( #2036 )
...
* refactor: Remove all dependences on ring 0.16
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-01-16 09:27:26 +01:00
Sylvestre Ledru
11703e09ab
Prepare version 0.7.5
2024-01-10 18:59:01 +01:00
liushuyu
556303635a
chore(src/compiler/msvc): replace rust-encoding with encoding-rs ...
...
... since former is unmaintained
2024-01-10 18:37:33 +01:00
dependabot[bot]
87d3e429c6
build(deps): bump libc from 0.2.151 to 0.2.152 ( #2019 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.151 to 0.2.152.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 09:04:26 +08:00
dependabot[bot]
5a08120400
build(deps): bump opendal from 0.44.0 to 0.44.1 ( #2014 )
2024-01-09 01:12:55 +08:00
liushuyu
3d5d41f868
chore(cargo): update dependencies to compatible versions ( #2009 )
2024-01-06 09:33:29 +08:00
dependabot[bot]
4c0d25449d
build(deps): bump tar from 0.4.38 to 0.4.40
...
Bumps [tar](https://github.com/alexcrichton/tar-rs ) from 0.4.38 to 0.4.40.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.38...0.4.40 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 00:08:28 +01:00
dependabot[bot]
4040886787
build(deps): bump test-case from 3.2.1 to 3.3.1
...
Bumps [test-case](https://github.com/frondeus/test-case ) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/frondeus/test-case/releases )
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md )
- [Commits](https://github.com/frondeus/test-case/compare/v3.2.1...v3.3.1 )
---
updated-dependencies:
- dependency-name: test-case
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-06 00:07:50 +01:00
Vincent de Phily
855ec0f329
Versionbump opendal 0.41.0 -> 0.43.0 ( #1992 )
...
Remove the `opendal/services-redis-rustls` feature as it's no longer available/needed.
2023-12-14 15:14:34 +08:00
dependabot[bot]
920564c129
build(deps): bump nix from 0.26.2 to 0.26.4
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.26.2 to 0.26.4.
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.4/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.26.4 )
---
updated-dependencies:
- dependency-name: nix
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 08:48:59 +01:00
Sylvestre Ledru
fb0ab0c422
Prepare version 0.7.4
2023-11-27 10:15:33 +01:00
Sylvestre Ledru
7cca55a4ac
prepare version 0.7.3
2023-11-20 09:20:52 +01:00
Sylvestre Ledru
0aeceae3be
prepare version 0.7.2
2023-11-14 21:25:46 +01:00
dependabot[bot]
7358e8c27a
build(deps): bump zstd from 0.12.4 to 0.13.0
...
Bumps [zstd](https://github.com/gyscos/zstd-rs ) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/gyscos/zstd-rs/releases )
- [Commits](https://github.com/gyscos/zstd-rs/compare/v0.12.4...v0.13.0 )
---
updated-dependencies:
- dependency-name: zstd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 13:16:37 +01:00
Raphaël Gomès
b3e75d0861
Fix input file times in end-to-end tests
...
Explanations inline.
2023-11-14 09:53:30 +01:00
Raphaël Gomès
9d9ea15f90
Appease the TOML formatter
2023-11-14 09:53:30 +01:00