Skip to content

Commit 98c7973

Browse files
committed
Add get_blob_stream (prefer GetRawBlob)
Signed-off-by: Priyanshu Kumar <priyanshu.kumar@broadcom.com>
1 parent 6af0cba commit 98c7973

File tree

2 files changed

+325
-4
lines changed

2 files changed

+325
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rust-version = "1.70.0"
1010

1111
[dependencies]
1212
futures-util = "0.3.13"
13+
hex = "0.4.3"
1314
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
1415
# must also bump the semver of this project.
1516
# See also https://github.com/youki-dev/oci-spec-rs/pull/288
@@ -18,6 +19,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] }
1819
serde = { features = ["derive"], version = "1.0.125" }
1920
serde_json = "1.0.64"
2021
semver = "1.0.4"
22+
sha2 = "0.10.9"
2123
thiserror = "2"
2224
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
2325
tracing = "0.1"

0 commit comments

Comments
 (0)