Skip to content

Commit

Permalink
Delete unused deps
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Jun 23, 2023
1 parent f5d096e commit 4ff9d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/containerd-shim-wasmtime/src/executor.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::{fs::OpenOptions, os::fd::RawFd, path::PathBuf};
use std::{fs::OpenOptions, path::PathBuf};

use anyhow::{anyhow, Result};
use containerd_shim_wasm::sandbox::oci;
use libc::{dup, dup2, STDERR_FILENO, STDIN_FILENO, STDOUT_FILENO};

use libcontainer::workload::{Executor, ExecutorError};
use oci_spec::runtime::Spec;

Expand Down

0 comments on commit 4ff9d3c

Please sign in to comment.