Skip to content

Commit

Permalink
build(deps): bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates: [clap](https://github.com/clap-rs/clap), [reqwest](https://github.com/seanmonstar/reqwest), [sqlx](https://github.com/launchbadge/sqlx) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap` from 4.4.5 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.5...v4.4.6)

Updates `reqwest` from 0.11.20 to 0.11.22
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.22)

Updates `sqlx` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent d777cf3 commit a2fb677
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 54 deletions.
113 changes: 62 additions & 51 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
bitflags = "2.4.0"
bytes = "1.5.0"
chrono = "0.4.30"
clap = "4.4.5"
clap = "4.4.6"
crossterm = "0.27.0"
indicatif = "0.17.7"
itertools = "0.11.0"
Expand All @@ -24,10 +24,10 @@ nix = { version = "0.27.1", features = ["user", "fs"] }
once_cell = "1.18.0"
petgraph = "0.6.4"
rayon = "1.8"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "stream"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
sqlx = { version = "0.7.1", features = ["sqlite", "chrono", "runtime-tokio"] }
sqlx = { version = "0.7.2", features = ["sqlite", "chrono", "runtime-tokio"] }
thiserror = "1"
tokio = { version = "1.32", features = ["full"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
Expand Down

0 comments on commit a2fb677

Please sign in to comment.