Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [insta](https://github.com/mitsuhiko/insta), [syn](https://github.com/dtolnay/syn) and [thiserror](https://github.com/dtolnay/thiserror).


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

Updates `insta` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.0...1.41.1)

Updates `syn` from 2.0.85 to 2.0.86
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.85...2.0.86)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  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 github-actions[bot] committed Nov 1, 2024
1 parent 9f1d2ab commit 8bf6cbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["version-control", "development-tools"]
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]

[workspace.dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
async-trait = "0.1.83"
Expand Down Expand Up @@ -71,7 +71,7 @@ hex = "0.4.3"
ignore = "0.4.23"
indexmap = "2.6.0"
indoc = "2.0.4"
insta = { version = "1.41.0", features = ["filters"] }
insta = { version = "1.41.1", features = ["filters"] }
itertools = "0.13.0"
libc = { version = "0.2.161" }
maplit = "1.0.2"
Expand Down Expand Up @@ -103,11 +103,11 @@ smallvec = { version = "1.13.2", features = [
"union",
] }
strsim = "0.11.1"
syn = "2.0.85"
syn = "2.0.86"
tempfile = "3.13.0"
test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.65"
thiserror = "1.0.66"
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.41.0" }
toml_edit = { version = "0.19.15", features = ["serde"] }
Expand Down

0 comments on commit 8bf6cbe

Please sign in to comment.