Skip to content

Commit

Permalink
Update dependencies (#41)
Browse files Browse the repository at this point in the history
* build(deps): bump clap from 4.5.10 to 4.5.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.10 to 4.5.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.10...clap_complete-v4.5.18)

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

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

* build(deps): bump strum from 0.26.2 to 0.26.3

Bumps [strum](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.2...v0.26.3)

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

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

* build(deps): bump fake from 2.9.2 to 2.10.0

Bumps [fake](https://github.com/cksac/fake-rs) from 2.9.2 to 2.10.0.
- [Commits](https://github.com/cksac/fake-rs/commits)

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

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

* build(deps): bump tokio from 1.38.0 to 1.40.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.40.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...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>

* build(deps): bump serde from 1.0.203 to 1.0.210

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
josueBarretogit and dependabot[bot] authored Sep 27, 2024
1 parent 645e355 commit 7e9e545
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 51 deletions.
70 changes: 24 additions & 46 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
directories = "5.0.1"
image = "0.25.1"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
strum = "0.26.2"
tokio = { version = "1.40.0", features = ["full"] }
serde = { version = "1.0.210", features = ["derive"] }
strum = "0.26.3"
strum_macros = "0.26"
color-eyre = "0.6.2"
futures = "0.3.28"
Expand All @@ -40,7 +40,7 @@ once_cell = "1.19.0"
chrono = "0.4.38"
open = "5"
rusqlite = { version = "0.31.0", features = ["bundled"] }
clap = { version = "4.4.5", features = ["derive", "cargo"] }
clap = { version = "4.5.18", features = ["derive", "cargo"] }
zip = "2.1.6"
toml = "0.8.19"
epub-builder = "0.7.4"
Expand All @@ -50,7 +50,7 @@ httpmock = "0.7.0-rc.1"
pretty_assertions = "1.4.0"
rusty-hook = "0.11.2"
uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }
fake = "2.9.2"
fake = "2.10.0"
http = "1.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 7e9e545

Please sign in to comment.