Compare commits
168 Commits
feature/de
...
renovate/l
Author | SHA1 | Date | |
---|---|---|---|
8a2c4e6e6a | |||
a855a5d2b2 | |||
585461ce80
|
|||
6c6faf3b98 | |||
3ebad65fb6 | |||
63d6217e01 | |||
ddab747f3b | |||
bd00d548ee | |||
e2dd93aac5 | |||
9ffbd6d4cf | |||
06e90b8f91 | |||
a8cf009c82 | |||
2f0b8189f9 | |||
c9a7c09a79 | |||
f1d200dbc9 | |||
f4ee9d4bfd | |||
5f78b5aebe | |||
231c4e5a09 | |||
b8c209a413 | |||
5fe31851f7 | |||
d39b0a9b2f | |||
036b7033ea | |||
3ea70ab430 | |||
cd6af6508f | |||
6b805f9fe3 | |||
6ea4f0fb2a | |||
d26f699609 | |||
9db32d9229 | |||
f625a9ea66 | |||
40756e9f13 | |||
7264329743 | |||
d38bbcd9e5 | |||
61319f54a0 | |||
f9ff6da9be | |||
6e4f550087 | |||
2694f97636 | |||
0bd43ca067 | |||
245c71a0de | |||
31c3295dd1 | |||
31cdc400d3 | |||
140ebcae0f | |||
c7634d3d32 | |||
f994811a7b | |||
45a4a7edee | |||
be64e2dd6b | |||
1c7cc6d427 | |||
eb10512a5b | |||
0f70bad043 | |||
607f5ee9ca | |||
da5aeb90a1 | |||
2ec92dd859 | |||
4db68bb0e4 | |||
1a10fa4598 | |||
25f505971c | |||
c42b71ad60 | |||
d19afac7e2 | |||
a2c6da2f48 | |||
511de1224e | |||
39fea58c3d | |||
e24c76145c | |||
5d9d499163 | |||
06e411241e | |||
7a79b0bab9 | |||
d3bf0fc439 | |||
2105a20ca2 | |||
9d62cd1cac | |||
93a5080fb4 | |||
5c2fb06a01 | |||
57e015d63a | |||
ee4a4f0532 | |||
011c9fc8d7 | |||
420d6cc0b7 | |||
39e4e3bf43 | |||
3d5bcf21ea | |||
1729a18ee9 | |||
1ffe83a92e | |||
2870aebc8f | |||
7495e32492 | |||
5111340b87 | |||
3303103118 | |||
10fedb9789 | |||
7199945996 | |||
6c59406f15 | |||
9995ef7949 | |||
ba20ee95f4 | |||
4f361f5eae | |||
c3a70c7c3c | |||
fd8781e983 | |||
12527bcdc9 | |||
0722618bdd | |||
026323541a | |||
a64afbbdca | |||
7276da90b7 | |||
45837d869b | |||
a988e25ff9 | |||
130e31dee4 | |||
cd930e9e34 | |||
59c1aca035 | |||
807fb699b0 | |||
042c297587 | |||
6df7e301ad | |||
4b96d79b41 | |||
a06afd507f | |||
f143cbd5be | |||
8215160896 | |||
933b69e97c | |||
2e41e21a3e | |||
329d440d2a | |||
441494c712 | |||
ef6e81b21c | |||
416d8f9e0e | |||
5d0ee55fe4 | |||
a3da81cff4 | |||
e87bc685d7 | |||
8aade6021e | |||
e7d2e644a0 | |||
06b205bd6a | |||
a674c95e60 | |||
6bd2cd272f | |||
b6aadd0cd7 | |||
30f9557d5e | |||
bd369342e5 | |||
8a525ba71c | |||
f46c492072 | |||
ad37a61e53 | |||
082612e15a | |||
ba298350af | |||
859d7be86c | |||
d072fd09e4 | |||
4fcb4b5510 | |||
ae6523443b | |||
1f8809ae17 | |||
14d09e3182 | |||
709a0e3f5f | |||
e1c222ae4e | |||
5bfed71a2b | |||
95e9a50695 | |||
d2e9db4344 | |||
9859bdda3f | |||
88bcf61e8b | |||
c49b4bfaae | |||
b6d674ce84 | |||
857932ff42 | |||
d9396a7f18 | |||
eb9530225a | |||
be0b7b6560 | |||
2191068a05 | |||
8e1f8e6f3f | |||
b1c36460ea | |||
5b78d3fdd2 | |||
ceee662a52 | |||
79efd1418a | |||
0ee2a7f65d | |||
2488c8f28c | |||
e9d48423a1 | |||
8811a96d40 | |||
736d31873a | |||
a52344ded4 | |||
c96a7dca12 | |||
f9c1da4d87
|
|||
d6c5b1f196
|
|||
bc71f99ed4 | |||
5b9cd04524 | |||
262f0302ba | |||
f50b5d7564 | |||
30726af4cd | |||
1ec83b1e80 | |||
57d2da0ece |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Cache cargo registry, index and build directory
|
- name: Cache cargo registry, index and build directory
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Releasing assets
|
- name: Releasing assets
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
target/${{ matrix.target }}/release/hoc-${{ matrix.artifact_prefix }}.tar.gz
|
target/${{ matrix.target }}/release/hoc-${{ matrix.artifact_prefix }}.tar.gz
|
||||||
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Cache cargo registry, index and build directory
|
- name: Cache cargo registry, index and build directory
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Cache cargo registry, index and build directory
|
- name: Cache cargo registry, index and build directory
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
|
28
CHANGELOG.md
28
CHANGELOG.md
@ -4,13 +4,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
- Bump `serde` from 1.0.192 to 1.0.198 ([#704](https://github.com/vbrandl/hoc/pull/704), [#719](https://github.com/vbrandl/hoc/pull/719), [#726](https://github.com/vbrandl/hoc/pull/726), [#736](https://github.com/vbrandl/hoc/pull/736), [#761](https://github.com/vbrandl/hoc/pull/761))
|
||||||
|
- Bump `config` from 0.13.3 to 0.14.0 ([#705](https://github.com/vbrandl/hoc/pull/705), [#729](https://github.com/vbrandl/hoc/pull/729))
|
||||||
|
- Bump `openssl` from 0.10.55 to 0.10.60 ([#706](https://github.com/vbrandl/hoc/pull/706))
|
||||||
|
- Bump `tokio` from 1.34.0 to 1.37.0 ([#707](https://github.com/vbrandl/hoc/pull/707), [#709](https://github.com/vbrandl/hoc/pull/709), [#732](https://github.com/vbrandl/hoc/pull/732), [#756](https://github.com/vbrandl/hoc/pull/756))
|
||||||
|
- Bump `reqwest` from 0.11.22 to 0.12.3 ([#708](https://github.com/vbrandl/hoc/pull/708), [#728](https://github.com/vbrandl/hoc/pull/728), [#741](https://github.com/vbrandl/hoc/pull/741), [#745](https://github.com/vbrandl/hoc/pull/745), [#749](https://github.com/vbrandl/hoc/pull/749), [#750](https://github.com/vbrandl/hoc/pull/750), [#754](https://github.com/vbrandl/hoc/pull/754), [#758](https://github.com/vbrandl/hoc/pull/758))
|
||||||
|
- Bump `anyhow` from 1.0.75 to 1.0.82 ([#710](https://github.com/vbrandl/hoc/pull/710), [#714](https://github.com/vbrandl/hoc/pull/714), [#720](https://github.com/vbrandl/hoc/pull/720), [#737](https://github.com/vbrandl/hoc/pull/737), [#744](https://github.com/vbrandl/hoc/pull/744), [#759](https://github.com/vbrandl/hoc/pull/759))
|
||||||
|
- Bump `futures` from 0.3.29 to 0.3.30 ([#711](https://github.com/vbrandl/hoc/pull/711))
|
||||||
|
- Bump `awc` from 3.2.0 to 3.4.0 ([#712](https://github.com/vbrandl/hoc/pull/712), [#731](https://github.com/vbrandl/hoc/pull/731))
|
||||||
|
- Bump `actix-web` from 4.4.0 to 4.5.1 ([#713](https://github.com/vbrandl/hoc/pull/713), [#739](https://github.com/vbrandl/hoc/pull/739))
|
||||||
|
- Bump `tempfile` from 3.8.1 to 3.10.1 ([#715](https://github.com/vbrandl/hoc/pull/715), [#752](https://github.com/vbrandl/hoc/pull/752))
|
||||||
|
- Bump `serde_json` from 1.0.108 to 1.0.116 ([#717](https://github.com/vbrandl/hoc/pull/717), [#722](https://github.com/vbrandl/hoc/pull/722), [#727](https://github.com/vbrandl/hoc/pull/727), [#738](https://github.com/vbrandl/hoc/pull/738), [#760](https://github.com/vbrandl/hoc/pull/760))
|
||||||
|
- Bump `vergen` from 8.2.6 to 8.3.1 ([#721](https://github.com/vbrandl/hoc/pull/721), [#730](https://github.com/vbrandl/hoc/pull/730))
|
||||||
|
- Bump `actions/cache` from 3 to 4 ([#724](https://github.com/vbrandl/hoc/pull/724))
|
||||||
|
- Bump `h2` from 0.3.20 to 0.3.26 ([#725](https://github.com/vbrandl/hoc/pull/725), [#757](https://github.com/vbrandl/hoc/pull/757))
|
||||||
|
- Bump `git2` from 0.18.1 to 0.18.3 ([#734](https://github.com/vbrandl/hoc/pull/734), [#748](https://github.com/vbrandl/hoc/pull/748))
|
||||||
|
- Bump `tracing-actix-web` from 0.7.9 to 0.7.10 ([#742](https://github.com/vbrandl/hoc/pull/742))
|
||||||
|
- Bump `mio` from 0.8.9 to 0.8.11 ([#740](https://github.com/vbrandl/hoc/pull/740))
|
||||||
|
- Bump `softprops/action-gh-release` from 1 to 2 ([#743](https://github.com/vbrandl/hoc/pull/743))
|
||||||
|
- Bump `bytes` from 1.5.0 to 1.6.0 ([#751](https://github.com/vbrandl/hoc/pull/751))
|
||||||
|
|
||||||
|
## [0.36.0] 2023-11-17
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- Bump `serde` from 1.0.160 to 1.0.192 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654), [#655](https://github.com/vbrandl/hoc/pull/655), [#657](https://github.com/vbrandl/hoc/pull/657), [#669](https://github.com/vbrandl/hoc/pull/669), [#687](https://github.com/vbrandl/hoc/pull/687), [#692](https://github.com/vbrandl/hoc/pull/692), [#698](https://github.com/vbrandl/hoc/pull/698))
|
- Bump `serde` from 1.0.160 to 1.0.192 (#613, #617, #627, #636, #639, #640, #645, [#648](https://github.com/vbrandl/hoc/pull/648), [#650](https://github.com/vbrandl/hoc/pull/650), [#652](https://github.com/vbrandl/hoc/pull/652), [#653](https://github.com/vbrandl/hoc/pull/653), [#654](https://github.com/vbrandl/hoc/pull/654), [#655](https://github.com/vbrandl/hoc/pull/655), [#657](https://github.com/vbrandl/hoc/pull/657), [#669](https://github.com/vbrandl/hoc/pull/669), [#687](https://github.com/vbrandl/hoc/pull/687), [#692](https://github.com/vbrandl/hoc/pull/692), [#698](https://github.com/vbrandl/hoc/pull/698))
|
||||||
- Bump `actions/cache` from 2 to 3 (#616)
|
- Bump `actions/cache` from 2 to 3 (#616)
|
||||||
- Bump `tokio` from 1.28.0 to 1.34.0 (#618, #625, #633, #634, [#659](https://github.com/vbrandl/hoc/pull/659), [#660](https://github.com/vbrandl/hoc/pull/660), [#665](https://github.com/vbrandl/hoc/pull/665), [#686](https://github.com/vbrandl/hoc/pull/686), [#699](https://github.com/vbrandl/hoc/pull/699))
|
- Bump `tokio` from 1.28.0 to 1.34.0 (#618, #625, #633, #634, [#659](https://github.com/vbrandl/hoc/pull/659), [#660](https://github.com/vbrandl/hoc/pull/660), [#665](https://github.com/vbrandl/hoc/pull/665), [#686](https://github.com/vbrandl/hoc/pull/686), [#699](https://github.com/vbrandl/hoc/pull/699))
|
||||||
- Bump `reqwest` from 0.11.17 to 0.11.22 (#619, [#672](https://github.com/vbrandl/hoc/pull/672), [#683](https://github.com/vbrandl/hoc/pull/683), [#684](https://github.com/vbrandl/hoc/pull/684))
|
- Bump `reqwest` from 0.11.17 to 0.11.22 (#619, [#672](https://github.com/vbrandl/hoc/pull/672), [#683](https://github.com/vbrandl/hoc/pull/683), [#684](https://github.com/vbrandl/hoc/pull/684))
|
||||||
- Bump `vergen` from 8.1.3 to 8.2.6 (#621, #622, #635, #638, [#679](https://github.com/vbrandl/hoc/pull/679), [#697](https://github.com/vbrandl/hoc/pull/697))
|
- Bump `vergen` from 8.1.3 to 8.2.6 (#621, #622, #635, #638, [#679](https://github.com/vbrandl/hoc/pull/679), [#697](https://github.com/vbrandl/hoc/pull/697))
|
||||||
- Bump `tracing-actix-web` from 0.7.4 to 0.7.8 (#623, [#656](https://github.com/vbrandl/hoc/pull/656), [#682](https://github.com/vbrandl/hoc/pull/682), [#690](https://github.com/vbrandl/hoc/pull/690))
|
- Bump `tracing-actix-web` from 0.7.4 to 0.7.9 (#623, [#656](https://github.com/vbrandl/hoc/pull/656), [#682](https://github.com/vbrandl/hoc/pull/682), [#690](https://github.com/vbrandl/hoc/pull/690), [#701](https://github.com/vbrandl/hoc/pull/701))
|
||||||
- Bump `git2` from 0.17.1 to 0.18.1 (#624, [#674](https://github.com/vbrandl/hoc/pull/674), [#681](https://github.com/vbrandl/hoc/pull/681))
|
- Bump `git2` from 0.17.1 to 0.18.1 (#624, [#674](https://github.com/vbrandl/hoc/pull/674), [#681](https://github.com/vbrandl/hoc/pull/681))
|
||||||
- Bump `tempfile` from 3.5.0 to 3.8.1 (#626, [#646](https://github.com/vbrandl/hoc/pull/646), [#658](https://github.com/vbrandl/hoc/pull/658), [#667](https://github.com/vbrandl/hoc/pull/667), [#695](https://github.com/vbrandl/hoc/pull/695))
|
- Bump `tempfile` from 3.5.0 to 3.8.1 (#626, [#646](https://github.com/vbrandl/hoc/pull/646), [#658](https://github.com/vbrandl/hoc/pull/658), [#667](https://github.com/vbrandl/hoc/pull/667), [#695](https://github.com/vbrandl/hoc/pull/695))
|
||||||
- Bump `serde_json` from 1.0.96 to 1.0.108 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649), [#663](https://github.com/vbrandl/hoc/pull/663), [#678](https://github.com/vbrandl/hoc/pull/678), [#680](https://github.com/vbrandl/hoc/pull/680), [#696](https://github.com/vbrandl/hoc/pull/696))
|
- Bump `serde_json` from 1.0.96 to 1.0.108 (#630, #632, #637, #641, #644, [#649](https://github.com/vbrandl/hoc/pull/649), [#663](https://github.com/vbrandl/hoc/pull/663), [#678](https://github.com/vbrandl/hoc/pull/678), [#680](https://github.com/vbrandl/hoc/pull/680), [#696](https://github.com/vbrandl/hoc/pull/696))
|
||||||
@ -27,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Bump `tracing` from 0.1.37 to 0.1.40 ([#688](https://github.com/vbrandl/hoc/pull/688), [#689](https://github.com/vbrandl/hoc/pull/689))
|
- Bump `tracing` from 0.1.37 to 0.1.40 ([#688](https://github.com/vbrandl/hoc/pull/688), [#689](https://github.com/vbrandl/hoc/pull/689))
|
||||||
- Bump `tracing-log` from 0.1.3 to 0.2.0 ([#691](https://github.com/vbrandl/hoc/pull/691), [#693](https://github.com/vbrandl/hoc/pull/693))
|
- Bump `tracing-log` from 0.1.3 to 0.2.0 ([#691](https://github.com/vbrandl/hoc/pull/691), [#693](https://github.com/vbrandl/hoc/pull/693))
|
||||||
- Bump `futures` from 0.3.28 to 0.3.29 ([#694](https://github.com/vbrandl/hoc/pull/694))
|
- Bump `futures` from 0.3.28 to 0.3.29 ([#694](https://github.com/vbrandl/hoc/pull/694))
|
||||||
|
- Bump `tracing-subscriber` from 0.3.17 to 0.3.18 ([#702](https://github.com/vbrandl/hoc/pull/702))
|
||||||
|
|
||||||
|
|
||||||
## [0.35.0] 2023-05-04
|
## [0.35.0] 2023-05-04
|
||||||
@ -250,4 +274,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
[#502]: https://github.com/vbrandl/hoc/pull/502
|
[#502]: https://github.com/vbrandl/hoc/pull/502
|
||||||
[#503]: https://github.com/vbrandl/hoc/pull/503
|
[#503]: https://github.com/vbrandl/hoc/pull/503
|
||||||
[#504]: https://github.com/vbrandl/hoc/pull/504
|
[#504]: https://github.com/vbrandl/hoc/pull/504
|
||||||
[#508]: https://github.com/vbrandl/hoc/pull/508
|
[#508]: https://github.com/vbrandl/hoc/pull/508
|
||||||
|
1513
Cargo.lock
generated
1513
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
34
Cargo.toml
34
Cargo.toml
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hoc"
|
name = "hoc"
|
||||||
version = "0.35.0"
|
version = "0.36.0"
|
||||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "src/build.rs"
|
build = "src/build.rs"
|
||||||
@ -14,35 +14,35 @@ name = "hoc"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "2.9.0"
|
actix-rt = "2.9.0"
|
||||||
actix-web = "4.4.0"
|
actix-web = "4.5.1"
|
||||||
badgers = "1.2.0"
|
badgers = "1.2.0"
|
||||||
bytes = "1.5.0"
|
bytes = "1.6.0"
|
||||||
config = { version = "0.13.3", features = ["toml"] }
|
config = { version = "0.14.0", features = ["toml"], default-features = false }
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
futures = "0.3.29"
|
futures = "0.3.30"
|
||||||
git2 = "0.18.1"
|
git2 = "0.18.3"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
number_prefix = "0.4.0"
|
number_prefix = "0.4.0"
|
||||||
openssl-probe = "0.1.5"
|
openssl-probe = "0.1.5"
|
||||||
reqwest = "0.11.22"
|
reqwest = "0.12.3"
|
||||||
serde = "1.0.192"
|
serde = "1.0.198"
|
||||||
serde_derive = "1.0.166"
|
serde_derive = "1.0.197"
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.116"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
tracing-actix-web = "0.7.8"
|
tracing-actix-web = "0.7.10"
|
||||||
tracing-bunyan-formatter = "0.3.9"
|
tracing-bunyan-formatter = "0.3.9"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
tracing-log = "0.2.0"
|
tracing-log = "0.2.0"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }
|
tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.82"
|
||||||
ructe = { version = "0.17.0", features = ["mime03"] }
|
ructe = { version = "0.17.0", features = ["mime03"] }
|
||||||
vergen = { version = "8.2.6", default-features = false, features = ["git", "gitoxide"] }
|
vergen = { version = "8.3.1", default-features = false, features = ["git", "gitoxide"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
awc = "3.2.0"
|
awc = "3.4.0"
|
||||||
ructe = "0.17.0"
|
ructe = "0.17.0"
|
||||||
tempfile = "3.8.1"
|
tempfile = "3.10.1"
|
||||||
tokio = "1.34.0"
|
tokio = "1.37.0"
|
||||||
|
6
renovate.json5
Normal file
6
renovate.json5
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>renovate-bot/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user