Skip to content

Commit aea7327

Browse files
Bump smallvec from 1.13.2 to 1.14.0 (#184)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 838d833 commit aea7327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -36,7 +36,7 @@ serde = [
3636
[dependencies]
3737
serde = { version = "1.0", optional = true, default-features = false }
3838
serde_bytes = { version = "0.11", optional = true, default-features = false, features = ["alloc"] }
39-
smallvec = { version = "1.13" }
39+
smallvec = { version = "1.14" }
4040

4141
[dev-dependencies]
4242
const-hex = { version = "1.14" }

0 commit comments

Comments
 (0)