Skip to content

Commit

Permalink
Bump smallvec from 1.10.0 to 1.11.0 (#188)
Browse files Browse the repository at this point in the history
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 6, 2023
1 parent 0be2e16 commit 1be2474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 splashsurf_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rayon = "1.7"
dashmap = "5.2.0"
fxhash = "0.2"
bitflags = "2.3"
smallvec = { version = "1.8", features = ["union"] }
smallvec = { version = "1.11", features = ["union"] }
arrayvec = "0.7"
bytemuck = "1.9"
bytemuck_derive = "1.3"
Expand Down

0 comments on commit 1be2474

Please sign in to comment.