Skip to content

Commit f3840eb

Browse files
chore(deps): bump the minor group with 3 updates (#1178)
Bumps the minor group with 3 updates: [serde_with](https://github.com/jonasbb/serde_with), [cc](https://github.com/rust-lang/cc-rs) and [serde_with_macros](https://github.com/jonasbb/serde_with). Updates `serde_with` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.19.0...v3.20.0) Updates `cc` from 1.2.61 to 1.2.62 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.61...cc-v1.2.62) Updates `serde_with_macros` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.19.0...v3.20.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: cc dependency-version: 1.2.62 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_with_macros dependency-version: 3.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da7988b commit f3840eb

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ derive_more = { version = "2", features = ["from", "display"] }
6161
schemars = { version = "1" }
6262
serde = { version = "1", features = ["derive", "rc"] }
6363
serde_json = { version = "1", features = ["raw_value"] }
64-
serde_with = { version = "3.19.0", features = ["json", "schemars_1"] }
64+
serde_with = { version = "3.20.0", features = ["json", "schemars_1"] }
6565
strum = { version = "0.28", features = ["derive"] }
6666
tracing = { version = "0.1", default-features = false, optional = true }
6767

0 commit comments

Comments
 (0)