Skip to content

Commit

Permalink
chore(deps,cargo): bump the cargo group with 3 updates (#273)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates:
[serde_json](https://github.com/serde-rs/json),
[thiserror](https://github.com/dtolnay/thiserror) and
[syn](https://github.com/dtolnay/syn).

Updates `serde_json` from 1.0.133 to 1.0.134
Updates `thiserror` from 2.0.8 to 2.0.9
Updates `syn` from 2.0.90 to 2.0.91


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 Dec 24, 2024
1 parent 311d073 commit 8feb652
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ url = { version = "2.5.4", optional = true }
regress = "0.10.1"
semver = { version = "1.0.24", optional = true }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "2.0.8", optional = true }
thiserror = { version = "2.0.9", 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.90"
syn = "2.0.91"
typify = "0.2.0"
walkdir = "2.5.0"

Expand Down

0 comments on commit 8feb652

Please sign in to comment.