feat: update depot version to 0.13.3 and enhance remote callback handling in git source

This commit is contained in:
2026-03-10 14:34:13 -05:00
parent 433afa1ef0
commit e9d8df062f
7 changed files with 92 additions and 22 deletions
+2
View File
@@ -5,6 +5,8 @@ mod fetcher;
mod git;
pub mod hooks;
pub(crate) use git::authenticated_remote_callbacks;
use crate::package::PackageSpec;
use anyhow::{Context, Result, bail};
use sha2::{Digest, Sha256};