update structure to improve testability

This commit is contained in:
geoffsee
2025-06-05 22:03:04 -04:00
parent 7f641559ae
commit d483a53376
13 changed files with 750 additions and 18 deletions

View File

@@ -1962,7 +1962,7 @@ dependencies = [
name = "hyper-rustls"
version = "0.27.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
checksum = "03a01595e11bdcec50946522c32dde3fc6914743777a68b93777965f2f02406d"
dependencies = [
"http",
"hyper",
@@ -3834,7 +3834,7 @@ dependencies = [
name = "reborrow"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
checksum = "03251193777f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
[[package]]
name = "redox_syscall"