Skip to content

Commit

Permalink
Merge pull request #713 from containers/dependabot/cargo/rand-0.8.5
Browse files Browse the repository at this point in the history
chore(deps): bump rand from 0.8.4 to 0.8.5
  • Loading branch information
Furisto authored Feb 15, 2022
2 parents c90d737 + 9bb6b9e commit e47bbd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 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 crates/integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "54c5e386f
once_cell = "1.9.0"
pnet = "0.29.0"
procfs = "0.12.0"
rand = "0.8.0"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ wasmer-wasi = { version = "2.1.1", optional = true }
oci-spec = { version = "0.5.3", features = ["proptests"] }
quickcheck = "1"
serial_test = "0.5.1"
rand = "0.8.4"
rand = "0.8.5"

0 comments on commit e47bbd3

Please sign in to comment.