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), [proc-macro2](https://github.com/dtolnay/proc-macro2), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror).


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

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

Updates `serde` from 1.0.211 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.211...v1.0.213)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  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 Oct 23, 2024
1 parent 8c0ab6a commit 9a9523d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -17,7 +17,7 @@ categories = ["version-control", "development-tools"]
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]

[workspace.dependencies]
anyhow = "1.0.90"
anyhow = "1.0.91"
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
async-trait = "0.1.83"
Expand Down Expand Up @@ -82,7 +82,7 @@ pest = "2.7.14"
pest_derive = "2.7.14"
pollster = "0.3.0"
pretty_assertions = "1.4.1"
proc-macro2 = "1.0.88"
proc-macro2 = "1.0.89"
prost = "0.12.6"
prost-build = "0.12.6"
quote = "1.0.36"
Expand All @@ -107,7 +107,7 @@ syn = "2.0.82"
tempfile = "3.13.0"
test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.64"
thiserror = "1.0.65"
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 9a9523d

Please sign in to comment.