Skip to content

Commit

Permalink
chore(deps,cargo): bump the cargo group with 2 updates (#279)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates:
[thiserror](https://github.com/dtolnay/thiserror) and
[syn](https://github.com/dtolnay/syn).

Updates `thiserror` from 2.0.9 to 2.0.10
Updates `syn` from 2.0.95 to 2.0.96


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent d12cab4 commit 64c5d17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ semver = { version = "1.0.24", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "2.0.9", optional = true }
thiserror = { version = "2.0.10", optional = true }

[build-dependencies]
heck = "0.5.0"
Expand All @@ -55,7 +55,7 @@ protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
semver = "1.0.24"
serde_yaml = "0.9.34"
syn = "2.0.95"
syn = "2.0.96"
typify = "0.3.0"
walkdir = "2.5.0"

Expand Down

0 comments on commit 64c5d17

Please sign in to comment.