Skip to content

Commit

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

Updates `serde` from 1.0.211 to 1.0.213
Updates `thiserror` from 1.0.64 to 1.0.65


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 0f5cb4e commit dd41293
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ prost-types = "0.13.3"
url = { version = "2.5.2", optional = true }
regress = "0.10.1"
semver = { version = "1.0.23", optional = true }
serde = { version = "1.0.211", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "1.0.64", optional = true }
thiserror = { version = "1.0.65", optional = true }

[build-dependencies]
heck = "0.5.0"
Expand Down

0 comments on commit dd41293

Please sign in to comment.