Skip to content

Commit d3967ae

Browse files
chore(deps): bump serde from 1.0.218 to 1.0.219 (#15197)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.218 to 1.0.219. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e7e31 commit d3967ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mimalloc = { version = "0.1", optional = true, default-features = false }
4545
object_store = { workspace = true }
4646
parquet = { workspace = true, default-features = true }
4747
rand = { workspace = true }
48-
serde = { version = "1.0.218", features = ["derive"] }
48+
serde = { version = "1.0.219", features = ["derive"] }
4949
serde_json = { workspace = true }
5050
snmalloc-rs = { version = "0.3", optional = true }
5151
structopt = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)