Commit Graph

2348 Commits

Author SHA1 Message Date
dependabot[bot]
423b5ff3d1 Bump git2 from 0.18.3 to 0.19.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.3 to 0.19.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 12:45:18 +02:00
dependabot[bot]
5d06aac1ad Bump bitflags from 2.5.0 to 2.6.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 17:24:57 +02:00
dependabot[bot]
9995a28e54 Bump curve25519-dalek from 4.1.2 to 4.1.3
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.2...curve25519-4.1.3)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 00:34:47 +02:00
extrawurst
038c4a50d1 fix new rust warnings 2024-06-14 21:40:46 +02:00
dependabot[bot]
65410e7293 Bump backtrace from 0.3.71 to 0.3.73
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.71 to 0.3.73.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 23:23:58 +02:00
dependabot[bot]
f126f7a9f6 Bump clap from 4.5.6 to 4.5.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.7.
- [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.5.6...v4.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 10:39:28 +02:00
dependabot[bot]
cb1e8da619 Bump clap from 4.5.4 to 4.5.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.6.
- [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/clap_complete-v4.5.4...v4.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07 09:47:54 +02:00
dependabot[bot]
7f89962f72 Bump unicode-width from 0.1.12 to 0.1.13
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.12 to 0.1.13.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 08:18:12 +02:00
extrawurst
95e1d4d432 release prep 2024-06-02 14:49:32 +02:00
extrawurst
e818a6a35e clarification 2024-06-02 14:49:17 +02:00
extrawurst
7f161d61cd release prep 2024-06-02 14:24:02 +02:00
extrawurst
671c8416e2 support mac x86 release 2024-06-02 14:20:46 +02:00
extrawurst
23d6cbe0f2 use locked on release builds 2024-06-02 14:17:47 +02:00
extrawurst
43fac4f12a fix nightly 2024-06-02 14:08:23 +02:00
extrawurst
09747c2248 document new apple x86 nightly 2024-06-02 14:01:13 +02:00
extrawurst
a89044fd94
Build apple x86 (#2253) 2024-06-02 13:54:32 +02:00
extrawurst
baac3d01be rename for explicity 2024-05-30 16:03:16 +02:00
Caleb Maclennan
d1ebc56bfe
Allow builds from 'git archive' generated tarballs (#2187)
Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
2024-05-30 15:59:46 +02:00
extrawurst
a085add733 fix typo 2024-05-23 11:19:21 +02:00
extrawurst
ff59eb6c10 unittest more of the color formats
* to ensure noticing if breaking changes happen
* document breaking change in changelog
2024-05-22 17:41:35 +02:00
extrawurst
659ee74b04 cargo update 2024-05-22 11:27:31 +02:00
dependabot[bot]
d3186b5d10 ---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 08:34:19 +02:00
extrawurst
b925155b7f upgrade yanked libc 2024-05-20 17:17:19 +02:00
extrawurst
6ad80ea3a9 update lockfile 2024-05-18 11:39:27 +02:00
extrawurst
dd255837ab release prep 2024-05-18 11:38:55 +02:00
extrawurst
53e9c8d1ef version bump for rc 2024-05-16 19:17:47 +02:00
extrawurst
93fee307d6 version bump 2024-05-16 19:14:32 +02:00
extrawurst
9be28c9af9
Cargo update (#2230) 2024-05-16 18:23:50 +02:00
Bernhard M. Wiedemann
f56844501e
Allow to override build date with SOURCE_DATE_EPOCH (#2202)
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

This patch was done while working on reproducible builds for openSUSE.

---------

Co-authored-by: extrawurst <mail@rusticorn.com>
2024-05-16 17:17:58 +02:00
extrawurst
3dca5feeec
ratatui 0.25 update (#2101)
fixes #2098
2024-05-16 17:07:30 +02:00
Bryan Behrenshausen
fa2515343b
add : to signoff trailer (#2197)
fixes #2196
2024-05-16 13:57:51 +02:00
Christoph Rüßler
a92be3be9d
Get default fetch remote from configuration (#2204)
fixes #1093
2024-05-16 12:03:55 +02:00
dependabot[bot]
7651fdba89 Bump anyhow from 1.0.82 to 1.0.83
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 12:02:56 +02:00
dependabot[bot]
58f5326fb8 Bump serde from 1.0.199 to 1.0.202
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.202)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 12:02:46 +02:00
extrawurst
98e0379736 fix cargo deny deprecation warnings 2024-05-16 12:02:16 +02:00
extrawurst
4fe52dc117 correct fix 2024-05-16 12:01:22 +02:00
extrawurst
b5b2eb6007 fix cargo config warning 2024-05-16 12:01:22 +02:00
dependabot[bot]
1a582dacc4 Bump thiserror from 1.0.58 to 1.0.60
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.60.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 11:46:32 +02:00
dependabot[bot]
be7daa60c5 Bump unicode-width from 0.1.11 to 0.1.12
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 11:20:53 +02:00
extrawurst
6e12c1e974 fix clippy and nightly build 2024-05-16 11:11:05 +02:00
dependabot[bot]
c57543b4f8 Bump two-face from 0.3.0 to 0.4.0
Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/CosmicHorrorDev/two-face/releases)
- [Changelog](https://github.com/CosmicHorrorDev/two-face/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CosmicHorrorDev/two-face/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 19:42:29 +02:00
dependabot[bot]
5ad54ee675 Bump unicode-truncate from 0.2.0 to 1.0.0
Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 0.2.0 to 1.0.0.
- [Release notes](https://github.com/Aetf/unicode-truncate/releases)
- [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Aetf/unicode-truncate/compare/v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: unicode-truncate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:32:22 +02:00
dependabot[bot]
c2d23da543 Bump serial_test from 3.0.0 to 3.1.1
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:32:12 +02:00
dependabot[bot]
a61677b9e6 Bump serde from 1.0.198 to 1.0.199
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.199.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:31:38 +02:00
dependabot[bot]
64a1e3866e Bump serde from 1.0.197 to 1.0.198
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.198.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21 18:07:21 +02:00
dependabot[bot]
920c28cfd7 Bump chrono from 0.4.37 to 0.4.38
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38.
- [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.37...v0.4.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 08:22:12 +02:00
dependabot[bot]
d6ab75399b Bump ssh-key from 0.6.5 to 0.6.6
Bumps [ssh-key](https://github.com/RustCrypto/SSH) from 0.6.5 to 0.6.6.
- [Commits](https://github.com/RustCrypto/SSH/compare/ssh-key/v0.6.5...ssh-key/v0.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 08:10:11 +02:00
extrawurst
4fc55a2263 match release notes 2024-04-14 22:23:44 +02:00
extrawurst
7b437d030f comment on 0.26.1 windows only 2024-04-14 22:12:02 +02:00
extrawurst
c55188e462 prepare for release 2024-04-14 22:08:55 +02:00