From c072d51420d73876e103ffd1ce58a1f7f412a781 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 17 Oct 2023 22:09:08 +0200 Subject: [PATCH] Update lockfile --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index eebe6fbb2..dc6f8a1ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a00b46409c8a47c3d58d2adae897a5975bc13b363babb6f2bb1df3063e1b398" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.1", "libc", "seccompiler", ]