Skip to content

Commit

Permalink
build(deps): bump smallvec from 1.11.2 to 1.13.1 (bifrost-io#1160)
Browse files Browse the repository at this point in the history
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.13.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.2...v1.13.1)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent d741662 commit 5eee79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ scale-info = { version = "2.10.0", default-features = false }
serde = { version = "1.0.193", default-features = false }
serde_json = { version = "1.0.109", default-features = false }
similar-asserts = { version = "1.1.0" }
smallvec = { version = "1.11.2" }
smallvec = { version = "1.13.1" }
static_assertions = { version = "1.1.0" }
strum = { version = "0.25.0", default-features = false, features = ["derive"] }
strum_macros = { version = "0.25.3" }
Expand Down

0 comments on commit 5eee79b

Please sign in to comment.