Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.80` | `0.1.81` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.3` | `0.11.5` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.38.0` | `0.39.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.39.2` |
| [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.19` |


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

Updates `env_logger` from 0.11.3 to 0.11.5
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.3...v0.11.5)

Updates `octocrab` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.38.0...v0.39.0)

Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

Updates `tokio` from 1.38.0 to 1.39.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2)

Updates `toml` from 0.8.14 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: env_logger
  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: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  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 Aug 1, 2024
1 parent 1399193 commit d541df9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 47 deletions.
72 changes: 31 additions & 41 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ keywords = ["git", "mirror", "github"]

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.80"
async-trait = "0.1.81"
chrono = "0.4.38"
clap = { version = "~4.4", features = ["derive"] }
clap_complete = "~4.4"
crossbeam-channel = "0.5.13"
enum_dispatch = "0.3.13"
env_logger = "0.11.3"
env_logger = "0.11.5"
futures = "0.3.30"
git2 = "0.19.0"
log = "0.4.22"
octocrab = "0.38.0"
octocrab = "0.39.0"
rayon = "1.10.0"
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_variant = "0.1.3"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.19"
url = { version = "2.5.2", features = ["serde"] }

0 comments on commit d541df9

Please sign in to comment.