Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework update subcommand #285

Merged
merged 33 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ba02c42
feat: ✨ Refactor update and install subcomands
SergioGasquez Jun 22, 2023
900093a
feat: ✨ Refactor update and install subcomands
SergioGasquez Jun 22, 2023
c592a43
Create issue_handler.yml
SergioGasquez Jun 22, 2023
33a092a
build(deps): bump serde_json from 1.0.96 to 1.0.99
dependabot[bot] Jun 26, 2023
74a5bd9
build(deps): bump clap from 4.3.3 to 4.3.8
dependabot[bot] Jun 26, 2023
09d87ea
build(deps): bump openssl from 0.10.54 to 0.10.55
dependabot[bot] Jun 26, 2023
3367f54
build(deps): bump strum from 0.24.1 to 0.25.0
dependabot[bot] Jun 27, 2023
6b818e8
Update readme (#289)
SergioGasquez Jun 28, 2023
95d6c2d
build(deps): bump tokio from 1.28.2 to 1.29.1 (#290)
dependabot[bot] Jul 4, 2023
4653b79
build(deps): bump async-trait from 0.1.68 to 0.1.69 (#291)
dependabot[bot] Jul 4, 2023
8a990c6
build(deps): bump update-informer from 1.0.0 to 1.1.0 (#292)
dependabot[bot] Jul 4, 2023
25a0f00
build(deps): bump clap from 4.3.8 to 4.3.10 (#293)
dependabot[bot] Jul 4, 2023
41bf375
build(deps): bump clap from 4.3.10 to 4.3.11
dependabot[bot] Jul 10, 2023
3a7c14e
build(deps): bump serde_json from 1.0.99 to 1.0.100
dependabot[bot] Jul 10, 2023
acd6d8f
build(deps): bump async-trait from 0.1.69 to 0.1.71
dependabot[bot] Jul 11, 2023
0d6044a
build(deps): bump clap_complete from 4.3.1 to 4.3.2
dependabot[bot] Jul 11, 2023
777c04e
build(deps): bump regex from 1.8.4 to 1.9.1
dependabot[bot] Jul 11, 2023
97d4747
build(deps): bump thiserror from 1.0.40 to 1.0.43
dependabot[bot] Jul 10, 2023
30a6246
build(deps): bump tar from 0.4.38 to 0.4.39
dependabot[bot] Jul 17, 2023
3bf59ce
build(deps): bump miette from 5.9.0 to 5.10.0
dependabot[bot] Jul 17, 2023
5e041cd
build(deps): bump serde_json from 1.0.100 to 1.0.103
dependabot[bot] Jul 17, 2023
621774f
build(deps): bump assert_cmd from 2.0.11 to 2.0.12
dependabot[bot] Jul 17, 2023
4187375
build(deps): bump clap from 4.3.11 to 4.3.14
dependabot[bot] Jul 17, 2023
f297b86
build(deps): bump clap from 4.3.14 to 4.3.19
dependabot[bot] Jul 24, 2023
19ba868
build(deps): bump thiserror from 1.0.43 to 1.0.44
dependabot[bot] Jul 24, 2023
ede8d99
build(deps): bump async-trait from 0.1.71 to 0.1.72
dependabot[bot] Jul 25, 2023
0c3d948
build(deps): bump tempfile from 3.6.0 to 3.7.0
dependabot[bot] Jul 25, 2023
738d218
build(deps): bump serde_json from 1.0.103 to 1.0.104
dependabot[bot] Jul 31, 2023
142b992
Ignore shebang of install.sh files (#312)
SergioGasquez Aug 2, 2023
3ae6d77
build(deps): bump tar from 0.4.39 to 0.4.40
dependabot[bot] Aug 7, 2023
ab011ee
build(deps): bump openssl from 0.10.55 to 0.10.56
dependabot[bot] Aug 7, 2023
20a29a2
build(deps): bump regex from 1.9.1 to 1.9.3
dependabot[bot] Aug 7, 2023
7945b4d
build(deps): bump tempfile from 3.7.0 to 3.7.1
dependabot[bot] Aug 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump regex from 1.8.4 to 1.9.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.8.4...1.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SergioGasquez committed Aug 11, 2023
commit 777c04efd97c182d18fb037506f100b62a3ed4db
22 changes: 17 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flate2 = "1.0.26"
guess_host_triple = "0.1.3"
log = "0.4.19"
miette = { version = "5.9.0", features = ["fancy"] }
regex = "1.8.4"
regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.100"
Expand Down