Skip to content

Commit

Permalink
Bump smallvec from 0.6.9 to 0.6.10
Browse files Browse the repository at this point in the history
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.10.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 17, 2019
1 parent 1ce7fda commit 7520b75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 bootstrap/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ xmas-elf = "0.7.0"

[dependencies.smallvec]
default-features = false
version = "0.6.9"
version = "0.6.10"

[dependencies.arrayvec]
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ acpi = { git = "https://github.com/sunriseos/acpi.git" }

[dependencies.smallvec]
default-features = false
version = "0.6.9"
version = "0.6.10"

[dependencies.byteorder]
default-features = false
Expand Down

0 comments on commit 7520b75

Please sign in to comment.