Skip to content

Commit

Permalink
Merge pull request #766 from jiangliu/storage-dep
Browse files Browse the repository at this point in the history
storage: reduce dependence crates
  • Loading branch information
jiangliu authored Oct 2, 2022
2 parents db8a51e + e4fdc5b commit bae6b8d
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 213 deletions.
175 changes: 39 additions & 136 deletions Cargo.lock

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

7 changes: 1 addition & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ notice = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
# stderrlog needs to fix it
"RUSTSEC-2020-0071",
# stderrlog needs to fix it
"RUSTSEC-2020-0159",
# stderrlog needs to fix it
"RUSTSEC-2022-0006",
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
Expand All @@ -80,6 +74,7 @@ allow = [
"BSD-3-Clause",
"BSD-2-Clause",
"CC0-1.0",
"ISC",
"Unicode-DFS-2016",
]
# List of explictly disallowed licenses
Expand Down
4 changes: 0 additions & 4 deletions rafs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ base64 = { version = "0.13.0", optional = true }
bitflags = "1.2.1"
blake3 = "1.0"
futures = "0.3"
hmac = { version = "0.12.1", optional = true }
lazy_static = "1.4.0"
libc = "0.2"
log = "0.4"
lz4-sys = "1.9.4"
nix = "0.24"
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.53"
sha2 = { version = "0.10.2" }
sha-1 = { version = "0.10.0", optional = true }
spmc = "0.3.0"
url = { version = "2.1.1", optional = true }
vm-memory = "0.9"
fuse-backend-rs = { version = "0.9" }

Expand Down
Loading

0 comments on commit bae6b8d

Please sign in to comment.