diff --git a/Cargo.toml b/Cargo.toml index 42aefe9..294866e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ futures = { version = "0.3" } regex = { version = "1.10.5" } iso8601-timestamp = { version = "0.2.17" } toml = { version = "0.8.15" } -git2 = "0.19.0" +git2 = { version = "0.19.0", features = [ "vendored-libgit2" ]} url = { version = "2.5.1" } openidconnect = { version = "3.5.0", features = [ "reqwest" ] } directories = { version = "5.0" }