Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.78` |
| [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.3` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.34.3` | `0.35.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.10` | `0.8.11` |


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

Updates `async-trait` from 0.1.77 to 0.1.78
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.78)

Updates `clap` from 4.5.2 to 4.5.3
- [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.5.2...v4.5.3)

Updates `octocrab` from 0.34.3 to 0.35.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.34.3...v0.35.0)

Updates `toml` from 0.8.10 to 0.8.11
- [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.11)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Mar 18, 2024
1 parent 6a28f1e commit 8c5f976
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
42 changes: 24 additions & 18 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 @@ -11,21 +11,21 @@ categories = ["command-line-utilities", "development-tools"]
keywords = ["git", "mirror", "github"]

[dependencies]
anyhow = "1.0.80"
async-trait = "0.1.77"
anyhow = "1.0.81"
async-trait = "0.1.78"
chrono = "0.4.35"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
crossbeam-channel = "0.5.12"
enum_dispatch = "0.3.8"
env_logger = "0.10.2"
futures = "0.3.30"
git2 = "0.18.2"
log = "0.4.21"
octocrab = "0.34.3"
octocrab = "0.35.0"
rayon = "1.9.0"
regex = "1.10.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_variant = "0.1.1"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.10"
toml = "0.8.11"
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit 8c5f976

Please sign in to comment.