Skip to content

Commit

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

Updates `serde` from 1.0.208 to 1.0.209
Updates `serde_json` from 1.0.125 to 1.0.127
Updates `syn` from 2.0.75 to 2.0.76

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 Aug 26, 2024
1 parent cff1cf6 commit 4a63d96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -41,8 +41,8 @@ prost = "0.13.1"
prost-types = "0.13.1"
url = { version = "2.5.2", optional = true }
semver = { version = "1.0.23", optional = true }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "1.0.63", optional = true }

Expand All @@ -55,7 +55,7 @@ protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
semver = "1.0.23"
serde_yaml = "0.9.34"
syn = "2.0.75"
syn = "2.0.76"
typify = "0.1.0"
walkdir = "2.5.0"

Expand Down

0 comments on commit 4a63d96

Please sign in to comment.