diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 93dcf298..baa7eaf6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -848,9 +848,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git2" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags", "libc", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 074d79a9..8a269c16 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.54", features = ["derive"] } color-eyre = "0.6.5" dotenvy = "0.15.7" fs-err = { version = "3.2.2", features = ["tokio"] } -git2 = "0.20.3" +git2 = "0.20.4" jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } oauth2 = "5.0.0" reqwest = { version = "0.12.24", features = ["stream", "json"] }