Skip to content

Commit

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

Updates `semver` from 1.0.24 to 1.0.25
Updates `serde_json` from 1.0.135 to 1.0.137

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 20, 2025
1 parent b963b44 commit 747d7f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -40,9 +40,9 @@ prost = "0.13.4"
prost-types = "0.13.4"
url = { version = "2.5.4", optional = true }
regress = "0.10.2"
semver = { version = "1.0.24", optional = true }
semver = { version = "1.0.25", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_json = "1.0.137"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "2.0.11", optional = true }

Expand All @@ -53,7 +53,7 @@ prettyplease = "0.2.29"
prost-build = { version = "0.13.4", default-features = false }
protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
semver = "1.0.24"
semver = "1.0.25"
serde_yaml = "0.9.34"
syn = "2.0.96"
typify = "0.3.0"
Expand Down

0 comments on commit 747d7f1

Please sign in to comment.