1
0
mirror of https://github.com/o2sh/onefetch synced 2024-07-07 19:29:18 +00:00
Commit Graph

343 Commits

Author SHA1 Message Date
dependabot[bot]
b2bf5cee74
Bump clap from 4.0.22 to 4.0.26 (#865)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.26.
- [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.0.22...v4.0.26)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-27 21:04:52 +01:00
dependabot[bot]
c7eca53f1b
Bump time from 0.3.15 to 0.3.17 (#852)
Bumps [time](https://github.com/time-rs/time) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.15...v0.3.17)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-27 21:04:39 +01:00
o2sh
584574fb66 add icon to exe #873 2022-11-27 18:42:55 +01:00
o2sh
1f3053aa20 cargo sort 2022-11-16 20:35:20 +01:00
o2sh
42f5cbeff9 bump msrv 2022-11-13 22:38:25 +01:00
o2sh
6af9bbd640 fix build 2022-11-12 19:40:46 +01:00
o2sh
9ce17c186f move image_backends into its own crate 2022-11-12 19:37:59 +01:00
Ossama Hjaji
ed96c4547d
Add manifest crate (#851)
* add manifest crate

* read deps and repo_name from manifest

* fix tests

* address some PR comments

* use Option<&T> instead of &Option<T>

* merge two functions in manifest crate

* read version from manifest

* revert last commit

* fallback to manifest for version

* avoid panicking when reading cargo.toml is workspace and not package

* rename manifest to onefetch-manifest and create workspace

* fix typo

* cargo clippy

* remove Cargo.lock from manifest

* break line after every 5 words in the description

* Update src/info/repo/description.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* add fallback to manifest entry for license info line

* remove section in contributing.md about adding support for a package manager

* Update manifest/Cargo.toml

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* fix Cargo.toml

* add integration test for manifest (cargo)

* add integration test for manifest (npm)

* revert new line

* update screenshots

* update screenshots

* add unit test for long description

* add unit test to dependencies

* update manifest's readme

Co-authored-by: Spenser Black <spenserblack01@gmail.com>
2022-11-12 12:21:41 +01:00
Sebastian Thiel
78da9e812b
upgrade gitoxide (#856)
* upgrade `gitoxide` to latest release v0.27

* thanks clippy
2022-11-10 10:50:57 +01:00
dependabot[bot]
2d2b46398d
Bump clap from 4.0.15 to 4.0.22 (#853)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.22.
- [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.0.15...v4.0.22)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 23:55:29 +01:00
o2sh
7a83a4cd42 bump cargo edition 2022-11-05 14:18:21 +01:00
dependabot[bot]
1ab98bf6c6
Bump clap_complete from 4.0.2 to 4.0.3 (#844)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.2 to 4.0.3.
- [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.0.2...clap_complete-v4.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 23:30:29 -04:00
o2sh
a6e5ebb8eb bump version 2022-10-30 19:12:30 +01:00
o2sh
6b852c82fb move integration tests to separate folder 2022-10-29 23:21:41 +02:00
Aaron Luft
a1f198712f
Add test info mod rs (#827)
* testing bare git repo error using git-testtools script #700

* after running cargo fmt

* refactoring new to call init for testing of bare repo detection

* brute force testing of format function

* idea for testing formatted output using git-testtools arguments

* fix formatting

* adding pretty assert and concept of match anything in expected string

* fixing windows expected output failures

* fixing formatting, eventually I will use a hook

* removing color based checking, simple regex now

* Update src/info/mod.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* Update src/info/mod.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* updates to use external file w/ regex in it

* trying standard path separator to see if windows ci passes

* updates to regex that make it easier to read

* test coverage of serializer using json

* fix formatting

* better assert logic for bare repo and pretty assert to debug CI failure in json

* fixing git version in json serializarion

* obtains 100% code coverage by manipulating git repo and files parsed

* more code coverage, trying to get those last few lines

* making use of snapshot name in testing

* changing verification to string based test

* switching to using inst snapshots

* adding snap file needed for previous commit

* refactor default into Config object to allow Default construction

* better naming on function

* removing snap file from ignore

* using object serialization in test

Co-authored-by: Spenser Black <spenserblack01@gmail.com>
2022-10-29 11:25:14 +02:00
dependabot[bot]
5d552fba4a
Bump serde from 1.0.145 to 1.0.147 (#836)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 11:43:51 +02:00
dependabot[bot]
efd7847e35
Bump anyhow from 1.0.65 to 1.0.66 (#834) 2022-10-24 20:19:16 +00:00
o2sh
4dc3fa3ef7 fix phrasing description 2022-10-23 12:25:01 +02:00
o2sh
d5fbb3dc79 bump version 2022-10-22 17:34:17 +02:00
o2sh
9ad12b8088 bump version 2022-10-21 22:46:12 +02:00
dependabot[bot]
4bf1575a6b
Bump time from 0.3.14 to 0.3.15 (#818)
Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.14...v0.3.15)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 17:23:39 +02:00
dependabot[bot]
c6777e8b00
Bump clap from 4.0.10 to 4.0.15 (#828)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.15.
- [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.0.10...v4.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 17:12:52 +02:00
o2sh
e52b22c12f fix typo 2022-10-16 00:02:21 +02:00
Aaron Luft
cbcd100e70
testing get_git_username using git-testtools for #700 (#812)
* testing get_git_username using git-testtools #700

* testing title format function

* oops, fixing code format

* adding more testing to get better coverage

* combining basic git repo create functions and renaming script

* fixing format error

* Update src/info/title.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* Update src/info/title.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* Update src/info/title.rs

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

Co-authored-by: Spenser Black <spenserblack01@gmail.com>
2022-10-14 22:14:16 +02:00
dependabot[bot]
8be72ace9e
Bump clap from 4.0.8 to 4.0.10 (#802)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.8 to 4.0.10.
- [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.0.8...v4.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 20:39:30 +02:00
dependabot[bot]
27189e0c63
Bump serde from 1.0.144 to 1.0.145 (#803)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 20:39:10 +02:00
dependabot[bot]
3b111b76ac
Bump anyhow from 1.0.59 to 1.0.65 (#770)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.65.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.59...1.0.65)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 19:19:24 +02:00
dependabot[bot]
3704ddc893
Bump serde_json from 1.0.83 to 1.0.85 (#751)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.83...v1.0.85)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 19:19:04 +02:00
dependabot[bot]
2318bd2bdc
Bump libc from 0.2.126 to 0.2.134 (#794)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.134.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.134)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 19:17:01 +02:00
dependabot[bot]
bb81354a9c
Bump image from 0.24.3 to 0.24.4 (#792)
Bumps [image](https://github.com/image-rs/image) from 0.24.3 to 0.24.4.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image/compare/v0.24.3...v0.24.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 19:16:46 +02:00
dependabot[bot]
968116428f
Bump clap from 3.2.22 to 4.0.8 (#791)
* Bump clap from 3.2.22 to 4.0.8

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.8.
- [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/v3.2.22...v4.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>

* replace deprecated syntax

* fix color resolution possible_values

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: o2sh <ossama-hjaji@live.fr>
2022-10-06 19:12:43 +02:00
dependabot[bot]
16694b395f
Bump clap from 3.2.17 to 3.2.22 (#775)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.22)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 23:27:30 +02:00
Sebastian Thiel
29197ab94f
Make sure the fastest available zlib configuration is used in gitoxide.
To explain: `git-repository` is using the `max-performance-safe` feature
because there are compile issues with `sha1-asm` on windows-msvc which
thus far was elusive to a fix via cargo manifests, which would be pulled
in with `max-performance`.

However, doing so recently also excluded the `zlib-ng-compat` feature
as it has side-effects if `git2` is in the same tree, making
decompressions of objects spuriously fail there during fetches.
Fortunately, in `onefetch` that has never been a problem as it doesn't
fetch (despite the name ;)).

Adding `git-features` as a dependency for the purpose of adding features
makes re-enabling of this performance feature possible. This comes at
the cost of now having to update two crate versions, instead of just
one, to keep them in sync.

Fortunately that's the only issue with this, and it's worth considering
adding another `max-performance-safe-with-zlib-ng` feature to
compensate. The reason it doesn't exist yet is it's lack of scalability:
there are many different zlib configurations, and we don't want to
expose them all in `git-repository`, now or in future. However, common
scenarios should still be facilitated by `git-repository` features, and
maybe this is one of them.
2022-09-18 22:47:31 +08:00
dependabot[bot]
1b5b41614e
Bump git-repository from 0.22.1 to 0.23.1
Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.22.1 to 0.23.1.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/git-repository-v0.22.1...git-repository-v0.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-18 09:19:27 +00:00
dependabot[bot]
f0ff6e470f
Bump serde from 1.0.143 to 1.0.144 (#748) 2022-09-17 18:14:32 +00:00
dependabot[bot]
c760755e64
Bump owo-colors from 3.4.0 to 3.5.0 (#772)
Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](https://github.com/jam1garner/owo-colors/compare/v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 13:59:41 -04:00
dependabot[bot]
d46d7bcad0
Bump serde_yaml from 0.9.4 to 0.9.13 (#771)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.4 to 0.9.13.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.4...0.9.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 13:43:00 -04:00
o2sh
7cfbef600b replace ansi_term with enable-ansi-support #747 2022-09-17 14:08:02 +02:00
o2sh
335e34ecaf fix typo 2022-09-04 21:09:32 +02:00
o2sh
42e6dc76aa remove serde feature from git-repository 2022-08-25 18:16:19 +02:00
dependabot[bot]
388cf7cf77
Bump git-repository from 0.22.0 to 0.22.1 (#753)
Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/git-repository-v0.22.0...git-repository-v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-25 00:28:36 +02:00
Sebastian Thiel
f52fed6423
update gitoxide to v0.21.1 (#752)
* update gitoxide to v0.21.1

The most notable improvement is its ability to open submodule
repositories, thus increasing the amount of repositories onefetch
can handle.

* upgrade `git-path` to latest version

This fixes an issue with submodules not being handled correctly if `.`
was passed as input for discovery.

* avoid instantiating a `git2` repo just to see if it is bare.

Instead, postpone the work-tree check to when it is needed and exit
with the same message.

* try to avoid pulling in sha-1 assembly while leaving everything else unchanged.
2022-08-25 00:23:23 +02:00
dependabot[bot]
2dc2e63054
Bump clap from 3.2.16 to 3.2.17 (#738)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 22:33:01 +02:00
dependabot[bot]
22609338ef
Bump time from 0.3.11 to 0.3.13 (#743)
Bumps [time](https://github.com/time-rs/time) from 0.3.11 to 0.3.13.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.11...v0.3.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-20 15:48:35 +02:00
dependabot[bot]
ff08e2a6df
Bump clap_complete from 3.2.3 to 3.2.4 (#744)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.3 to 3.2.4.
- [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-v3.2.3...clap_complete-v3.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-20 15:48:18 +02:00
dependabot[bot]
83e376991d
Bump serde from 1.0.142 to 1.0.143 (#741) 2022-08-15 22:12:35 +00:00
Spenser Black
68fe7e4d78
Switch to terminal_size (#733)
Resolves #732
2022-08-09 23:12:38 +02:00
dependabot[bot]
b197c69359
Bump serde_json from 1.0.81 to 1.0.83 (#727)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.83)

---
updated-dependencies:
- dependency-name: serde_json
  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>
2022-08-05 23:15:53 +02:00
dependabot[bot]
46798a6e5c
Bump image from 0.24.2 to 0.24.3 (#730)
Bumps [image](https://github.com/image-rs/image) from 0.24.2 to 0.24.3.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image/commits)

---
updated-dependencies:
- dependency-name: image
  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>
2022-08-05 23:15:37 +02:00
dependabot[bot]
73cfe23c18
Bump askalono from 0.4.5 to 0.4.6 (#687)
Bumps [askalono](https://github.com/jpeddicord/askalono) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/jpeddicord/askalono/releases)
- [Changelog](https://github.com/jpeddicord/askalono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jpeddicord/askalono/compare/0.4.5...0.4.6)

---
updated-dependencies:
- dependency-name: askalono
  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>
2022-08-05 23:14:55 +02:00