Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [ureq](https://github.com/algesten/ureq) and [globset](https://github.com/BurntSushi/ripgrep).


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

Updates `ureq` from 2.10.0 to 2.10.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.10.0...2.10.1)

Updates `globset` from 0.4.14 to 0.4.15
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@globset-0.4.14...ignore-0.4.15)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: globset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent f823d4c commit d82df0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ exclude = ["workspace/**", "images/**", ".github/**"]
[dependencies]
toml = "0.8.19"
serde = { version = "1.0.210", features = ["derive"] }
anyhow = "1.0.86"
anyhow = "1.0.89"
structopt = "0.3.26"
rayon = "1.10.0"
graphql_client = "0.14.0"
Expand All @@ -25,9 +25,9 @@ console = { version = "0.15.8", features = [
"ansi-parsing",
], default-features = false } # We don't care about unicode widths
atomic-counter = "1.0.1"
ureq = { version = "2.10.0", features = ["json", "native-certs", "brotli"] }
ureq = { version = "2.10.1", features = ["json", "native-certs", "brotli"] }
serde_json = "1.0.128"
globset = "0.4.14"
globset = "0.4.15"
git2 = { version = "0.19.0" }
regex = "1.10.5"

Expand Down

0 comments on commit d82df0f

Please sign in to comment.