Skip to content

Commit

Permalink
chore(deps): bump rkyv from 0.7.33 to 0.7.35 (vectordotdev#11682)
Browse files Browse the repository at this point in the history
Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.33 to 0.7.35.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](rkyv/rkyv@v0.7.33...v0.7.35)

---
updated-dependencies:
- dependency-name: rkyv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 and pull[bot] committed May 11, 2023
1 parent 471a046 commit b563c40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metrics = { version = "0.17.1", default-features = false, features = ["std"] }
num-traits = { version = "0.2.14", default-features = false }
parking_lot = { version = "0.12.0", default-features = false }
pin-project = { version = "1.0.10", default-features = false }
rkyv = { version = "0.7.33", default-features = false, features = ["size_32", "std", "strict", "validation"] }
rkyv = { version = "0.7.35", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
snafu = { version = "0.7.0", default-features = false, features = ["std"] }
tokio-stream = { version = "0.1", default-features = false, features = ["sync"] }
Expand Down

0 comments on commit b563c40

Please sign in to comment.