diff --git a/images/gitea/Cargo.lock b/images/gitea/Cargo.lock index ff5f7be..455efcd 100644 --- a/images/gitea/Cargo.lock +++ b/images/gitea/Cargo.lock @@ -455,11 +455,11 @@ dependencies = [ [[package]] name = "globwalk" -version = "0.9.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" +checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" dependencies = [ - "bitflags 2.6.0", + "bitflags 1.3.2", "ignore", "walkdir", ] diff --git a/images/gitea/Cargo.toml b/images/gitea/Cargo.toml index 375712f..7ec1d78 100644 --- a/images/gitea/Cargo.toml +++ b/images/gitea/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0.159", features = ["derive"] } time = { version = "0.3.20", features = ["formatting", "parsing", "serde"] } url = { version = "2.3.1", features = ["serde"] } cli-table = "0.4.7" -globwalk = "0.9.0" +globwalk = "0.8.1" [profile.release] strip = "debuginfo"