diff --git a/images/gitea/Cargo.lock b/images/gitea/Cargo.lock index 455efcd..ff5f7be 100644 --- a/images/gitea/Cargo.lock +++ b/images/gitea/Cargo.lock @@ -455,11 +455,11 @@ dependencies = [ [[package]] name = "globwalk" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" +checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "ignore", "walkdir", ] diff --git a/images/gitea/Cargo.toml b/images/gitea/Cargo.toml index 7ec1d78..375712f 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.8.1" +globwalk = "0.9.0" [profile.release] strip = "debuginfo"