Commit Graph

200 Commits

Author SHA1 Message Date
ae2458a159 update simple-log 2024-10-04 18:13:45 +02:00
7067f03403 v0.8.4 2024-10-01 18:39:02 +02:00
db3ef786ac v0.8.3 2024-09-24 17:32:08 +02:00
63773caee7 v0.8.2 2024-09-18 16:33:04 +02:00
dependabot[bot]
b36d7db264 Bump serde from 1.0.209 to 1.0.210
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 14:14:29 +00:00
e7972037b2 Merge pull request #151 from mxve/dependabot/cargo/serde_json-1.0.128
Bump serde_json from 1.0.127 to 1.0.128
2024-09-18 16:13:37 +02:00
c4bc7338c1 Merge pull request #152 from mxve/dependabot/cargo/once_cell-1.20.0
Bump once_cell from 1.19.0 to 1.20.0
2024-09-18 16:13:31 +02:00
dependabot[bot]
2e494bf732 Bump simple-log from 1.7.3 to 1.9.0
Bumps [simple-log](https://github.com/baoyachi/simple-log) from 1.7.3 to 1.9.0.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v1.7.3...v1.9.0)

---
updated-dependencies:
- dependency-name: simple-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 15:06:45 +00:00
dependabot[bot]
b86738f872 Bump once_cell from 1.19.0 to 1.20.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 15:06:38 +00:00
dependabot[bot]
05f49ef13e Bump serde_json from 1.0.127 to 1.0.128
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 15:32:24 +00:00
8d68e85fb1 v0.8.1 2024-09-06 11:10:58 +02:00
e1484ff848 v0.8.0 2024-09-06 04:02:45 +02:00
a8dd545eb4 Merge pull request #147 from mxve/dependabot/cargo/self-replace-1.5.0
Bump self-replace from 1.4.0 to 1.5.0
2024-09-03 21:43:35 +02:00
dependabot[bot]
439aa8be64 Bump self-replace from 1.4.0 to 1.5.0
Bumps [self-replace](https://github.com/mitsuhiko/self-replace) from 1.4.0 to 1.5.0.
- [Changelog](https://github.com/mitsuhiko/self-replace/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/self-replace/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: self-replace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 15:24:44 +00:00
dependabot[bot]
e64b9be666 Bump tokio from 1.39.3 to 1.40.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 15:24:34 +00:00
880afb14b1 baby's first unit tests 2024-09-01 09:26:33 +02:00
0d24bcd31c Merge pull request #142 from mxve/dependabot/cargo/reqwest-0.12.7
Bump reqwest from 0.12.5 to 0.12.7
2024-08-30 12:14:37 +02:00
dependabot[bot]
15b85a2740 Bump serde from 1.0.208 to 1.0.209
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 10:11:25 +00:00
dependabot[bot]
37927cd520 Bump reqwest from 0.12.5 to 0.12.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 10:11:23 +00:00
c3bb801786 Merge pull request #144 from mxve/dependabot/cargo/blake3-1.5.4
Bump blake3 from 1.5.3 to 1.5.4
2024-08-30 12:10:30 +02:00
32ba1d0628 Merge pull request #141 from mxve/dependabot/cargo/serde_json-1.0.127
Bump serde_json from 1.0.125 to 1.0.127
2024-08-30 12:10:21 +02:00
14c47a5018 Merge pull request #140 from mxve/dependabot/cargo/simple-log-1.7.3
Bump simple-log from 1.6.0 to 1.7.3
2024-08-30 12:10:15 +02:00
dependabot[bot]
1a9552a9fc Bump serde_json from 1.0.125 to 1.0.127
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.125...1.0.127)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 21:37:35 +00:00
8d05683bd1 everything tbh 2024-08-29 22:02:19 +02:00
dependabot[bot]
eba4d257af Bump blake3 from 1.5.3 to 1.5.4
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 16:01:42 +00:00
dependabot[bot]
e5f09f130a Bump simple-log from 1.6.0 to 1.7.3
Bumps [simple-log](https://github.com/baoyachi/simple-log) from 1.6.0 to 1.7.3.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v1.6.0...v1.7.3)

---
updated-dependencies:
- dependency-name: simple-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 16:01:12 +00:00
cd602b2fe8 Merge pull request #137 from mxve/dependabot/cargo/serde-1.0.208
Bump serde from 1.0.206 to 1.0.208
2024-08-23 10:39:41 +02:00
dependabot[bot]
f8c08e5d5a Bump serde from 1.0.206 to 1.0.208
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.206 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.208)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:24:51 +00:00
dependabot[bot]
a483fff5a5 Bump tokio from 1.39.2 to 1.39.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.39.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:24:43 +00:00
dependabot[bot]
238ccf40b5 Bump serde_json from 1.0.120 to 1.0.125
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.125.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...1.0.125)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-17 19:52:11 +00:00
a8037a1108 Merge pull request #129 from mxve/dependabot/cargo/serde-1.0.206
Bump serde from 1.0.204 to 1.0.206
2024-08-17 21:51:15 +02:00
dependabot[bot]
27cd0a0a61 Bump serde from 1.0.204 to 1.0.206
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.206)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 15:47:19 +00:00
dependabot[bot]
703c1ebc50 Bump tokio from 1.38.1 to 1.39.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 15:56:21 +00:00
812d8808d6 Merge pull request #124 from mxve/dependabot/cargo/self-replace-1.4.0
Bump self-replace from 1.3.7 to 1.4.0
2024-07-25 10:33:36 +02:00
bcdb6e6d99 Merge pull request #123 from mxve/dependabot/cargo/tokio-1.38.1
Bump tokio from 1.38.0 to 1.38.1
2024-07-25 10:33:26 +02:00
dependabot[bot]
40370eec5a Bump self-replace from 1.3.7 to 1.4.0
Bumps [self-replace](https://github.com/mitsuhiko/self-replace) from 1.3.7 to 1.4.0.
- [Changelog](https://github.com/mitsuhiko/self-replace/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/self-replace/compare/1.3.7...1.4.0)

---
updated-dependencies:
- dependency-name: self-replace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 15:18:57 +00:00
dependabot[bot]
beaee38854 Bump tokio from 1.38.0 to 1.38.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 15:18:49 +00:00
dependabot[bot]
a67462a40d Bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 15:18:39 +00:00
26f7d85878 replace sh1 file hashes with blake3 2024-07-20 10:49:36 +02:00
5e161f6d7e v0.7.0 2024-07-14 20:01:59 +02:00
786621f9c0 automatically install dependencies 2024-07-13 08:29:11 +02:00
f42738cfd9 link vcredist statically 2024-07-12 19:24:03 +02:00
dependabot[bot]
d1bcf9a212 Bump serde_json from 1.0.119 to 1.0.120
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 14:55:32 +00:00
dependabot[bot]
082c7a30a8 Bump serde from 1.0.203 to 1.0.204
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 15:56:32 +00:00
024af0c48a Merge pull request #109 from mxve/dependabot/cargo/serde_json-1.0.119
Bump serde_json from 1.0.118 to 1.0.119
2024-07-03 16:37:15 +02:00
db9e0d9203 force "+set logfile 1" iw4x arg 2024-07-03 03:54:50 +02:00
dependabot[bot]
dded4c134c Bump serde_json from 1.0.118 to 1.0.119
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.119.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.118...v1.0.119)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 15:29:59 +00:00
f354d001f8 v0.6.14 2024-06-29 09:53:52 +02:00
e00d6dafdd FileDescription seems to be used as display name? 2024-06-29 09:46:59 +02:00
a3be486821 v0.6.13 2024-06-26 15:17:33 +02:00