Skip to content

Commit

Permalink
chore(deps): bump the patch group with 9 updates (#45)
Browse files Browse the repository at this point in the history
Bumps the patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.40` | `1.0.50` |
| [serde](https://github.com/serde-rs/serde) | `1.0.160` | `1.0.193` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.26` | `1.0.28` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.38` | `0.4.40` |
| [log](https://github.com/rust-lang/log) | `0.4.17` | `0.4.20` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.71` | `1.0.75` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.3` | `0.17.7` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.96` | `1.0.108` |


Updates `thiserror` from 1.0.40 to 1.0.50
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.40...1.0.50)

Updates `serde` from 1.0.160 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...v1.0.193)

Updates `flate2` from 1.0.26 to 1.0.28
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.26...1.0.28)

Updates `tar` from 0.4.38 to 0.4.40
- [Commits](alexcrichton/tar-rs@0.4.38...0.4.40)

Updates `log` from 0.4.17 to 0.4.20
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.17...0.4.20)

Updates `futures-util` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

Updates `anyhow` from 1.0.71 to 1.0.75
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.71...1.0.75)

Updates `indicatif` from 0.17.3 to 0.17.7
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

Updates `serde_json` from 1.0.96 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.96...v1.0.108)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
dependabot[bot] and orhun authored Dec 12, 2023
1 parent d33d77f commit 9be4a9a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 53 deletions.
93 changes: 47 additions & 46 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.75"
tokio = { version = "1.28.0", features = ["full"] }
pretty_env_logger = "0.4"
log = "0.4"
indicatif = "0.17.3"
indicatif = "0.17.7"
colored = "2"

[dependencies.spicy-launcher-core]
Expand Down
8 changes: 4 additions & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ edition = "2021"

[dependencies]
reqwest = { version = "0.11.22", features = ["json", "stream"] }
thiserror = "1.0.40"
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.50"
serde = { version = "1.0.193", features = ["derive"] }
dirs-next = "2"
platforms = "3"
guess_host_triple = "0.1"
bytesize = "1.3.0"
flate2 = "1.0.26"
flate2 = "1.0.28"
tar = "0.4"
zip = "0.6.6"
ring = "0.16"
log = "0.4"
futures-util = "0.3.28"
futures-util = "0.3.29"
4 changes: 2 additions & 2 deletions gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]

[dependencies]
serde_json = "1.0.96"
serde_json = "1.0.108"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.3.0", features = ["api-all"] }
pretty_env_logger = "0.4.0"
log = "0.4.20"
thiserror = "1.0.30"
thiserror = "1.0.50"

[dependencies.spicy-launcher-core]
path = "../../core"
Expand Down

0 comments on commit 9be4a9a

Please sign in to comment.