From a1d08269473e5ab5b99687a457e4d0eee99a91f7 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Fri, 18 Oct 2024 21:29:43 +0200 Subject: [PATCH] chore: update southpaw --- mm-server/Cargo.lock | 3 ++- mm-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mm-server/Cargo.lock b/mm-server/Cargo.lock index 5bb732d..2c69b5b 100644 --- a/mm-server/Cargo.lock +++ b/mm-server/Cargo.lock @@ -1923,8 +1923,9 @@ dependencies = [ [[package]] name = "southpaw" version = "0.1.1" -source = "git+https://github.com/colinmarc/southpaw?rev=ff78fa6ce7e82c8afa5f7e365194ac083ce743b3#ff78fa6ce7e82c8afa5f7e365194ac083ce743b3" +source = "git+https://github.com/colinmarc/southpaw?rev=92621c93134223d98288275ae23f3cd705087423#92621c93134223d98288275ae23f3cd705087423" dependencies = [ + "anyhow", "bindgen 0.70.1", "bit-vec", "fuser", diff --git a/mm-server/Cargo.toml b/mm-server/Cargo.toml index 10f9592..2c81ff9 100644 --- a/mm-server/Cargo.toml +++ b/mm-server/Cargo.toml @@ -95,7 +95,7 @@ features = ["mm", "mount", "pipe", "time", "thread", "stdio"] [dependencies.southpaw] git = "https://github.com/colinmarc/southpaw" -rev = "ff78fa6ce7e82c8afa5f7e365194ac083ce743b3" +rev = "92621c93134223d98288275ae23f3cd705087423" [dependencies.svt] git = "https://github.com/colinmarc/svt-rs"