ksud: bump dependencies

This commit is contained in:
weishu
2023-11-02 12:05:21 +08:00
parent e9df5105b3
commit b4a52f89cc
4 changed files with 195 additions and 125 deletions

View File

@@ -230,6 +230,7 @@ pub fn mount_overlay(root: &String, module_roots: &Vec<String>) -> Result<()> {
.mountinfo()
.with_context(|| "get mountinfo")?;
let mut mount_seq = mounts
.0
.iter()
.filter(|m| {
m.mount_point.starts_with(root) && !Path::new(&root).starts_with(&m.mount_point)