Skip to content

Commit 706f84c

Browse files
chore(deps,cargo): bump the cargo group with 3 updates (#392)
Bumps the cargo group with 3 updates: [semver](https://github.com/dtolnay/semver), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json). Updates `semver` from 1.0.26 to 1.0.27 Updates `serde` from 1.0.219 to 1.0.223 Updates `serde_json` from 1.0.143 to 1.0.145 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff4bc48 commit 706f84c

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

Cargo.lock

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ pbjson-types = { version = "0.8.0", optional = true }
3939
prost = "0.14.1"
4040
prost-types = "0.14.1"
4141
regress = "0.10.4"
42-
semver = { version = "1.0.26", optional = true }
42+
semver = { version = "1.0.27", optional = true }
4343
serde = { version = "1.0.219", features = ["derive"] }
44-
serde_json = "1.0.143"
44+
serde_json = "1.0.145"
4545
serde_yaml = { version = "0.9.34", optional = true }
4646
thiserror = { version = "2.0.16", optional = true }
4747

@@ -52,7 +52,7 @@ prettyplease = "0.2.37"
5252
prost-build = { version = "0.14.1", default-features = false }
5353
protobuf-src = { version = "2.1.1", optional = true }
5454
schemars = "0.8.22"
55-
semver = "1.0.26"
55+
semver = "1.0.27"
5656
serde_yaml = "0.9.34"
5757
syn = "2.0.104"
5858
typify = "0.4.3"

0 commit comments

Comments
 (0)