From ed0a7484f741e5b82694b1ba5ec5a1bc9c47de51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 11:58:31 +0000 Subject: [PATCH] chore(deps): bump rust-criu from 0.1.0 to 0.2.0 Bumps [rust-criu](https://github.com/checkpoint-restore/rust-criu) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/checkpoint-restore/rust-criu/releases) - [Commits](https://github.com/checkpoint-restore/rust-criu/commits/v0.2.0) --- updated-dependencies: - dependency-name: rust-criu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcontainer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cff834165..e6d0677e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,9 +1826,9 @@ dependencies = [ [[package]] name = "rust-criu" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1945086f734e2d9d2790db859b70997be38bee89a6ae021bbb1a94d62ccd8fc7" +checksum = "fbc1b354f74682f913331b8cec1fbf6e45a52c9a829cfe7d6391fe867a951c2c" dependencies = [ "anyhow", "libc", diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 9771366dc..c4cc2554c 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -37,7 +37,7 @@ libseccomp = { version = "0.2.3" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" syscalls = "0.6.3" -rust-criu = "0.1.0" +rust-criu = "0.2.0" wasmer = { version = "2.2.0", optional = true } wasmer-wasi = { version = "2.3.0", optional = true }