Skip to content

Commit

Permalink
Impl inline file check
Browse files Browse the repository at this point in the history
Remove LRU cache
  • Loading branch information
james58899 committed Dec 17, 2024
1 parent ed95b6b commit 404529c
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 182 deletions.
63 changes: 13 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ regex-lite = "0.1.6"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream", "socks"] }
rustls = { version = "0.23.18", default-features = false, features = ["brotli", "ring", "std", "tls12", "zlib"] }
scopeguard = "1.2"
sha1 = { version = "0.10.6", default-features = false, features = ["oid"] }
sha1 = { version = "0.10.6", default-features = false, features = ["asm", "oid"] }
tempfile = "3.10"
tokio = { version = "1", features = ["full", "parking_lot"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls12"] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }
tower = { version = "0.5.1", features = ["util", "timeout"] }
tower-http = { version = "0.6.1", features = ["fs"] }
tokio-util = { version = "0.7.13", features = ["io"] }
tower = { version = "0.5.1", features = ["timeout"] }
unicode-segmentation = "1.11.0"
webpki-roots = "0.26.3"
x509-cert = { version = "0.2.5", default-features = false }
Expand Down
Loading

0 comments on commit 404529c

Please sign in to comment.