diff --git a/seaweed-volume/Cargo.lock b/seaweed-volume/Cargo.lock index bb74aff2d..7d1cd0c75 100644 --- a/seaweed-volume/Cargo.lock +++ b/seaweed-volume/Cargo.lock @@ -3495,70 +3495,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "seaweed-volume" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "aws-config", - "aws-credential-types", - "aws-sdk-s3", - "aws-types", - "axum", - "base64", - "bytes", - "chrono", - "clap", - "crc32c", - "crc32fast", - "dashmap", - "flate2", - "futures", - "hex", - "http-body 1.0.1", - "hyper 1.8.1", - "hyper-util", - "image", - "jsonwebtoken", - "kamadak-exif", - "lazy_static", - "libc", - "md-5", - "memmap2", - "mime_guess", - "multer", - "parking_lot 0.12.5", - "pprof", - "prometheus", - "prost 0.13.5", - "prost-types 0.13.5", - "rand 0.8.5", - "redb", - "reed-solomon-erasure", - "reqwest", - "rustls 0.23.37", - "rustls-pemfile", - "rusty-leveldb", - "serde", - "serde_json", - "serde_urlencoded", - "sysinfo", - "tempfile", - "thiserror 1.0.69", - "tokio", - "tokio-rustls 0.26.4", - "tokio-stream", - "toml", - "tonic", - "tonic-build", - "tower 0.4.13", - "tower-http 0.5.2", - "tracing", - "tracing-subscriber", - "uuid", -] - [[package]] name = "sec1" version = "0.3.0" @@ -4657,6 +4593,70 @@ dependencies = [ "rustls-pki-types", ] +[[package]] +name = "weed-volume" +version = "0.1.0" +dependencies = [ + "anyhow", + "async-trait", + "aws-config", + "aws-credential-types", + "aws-sdk-s3", + "aws-types", + "axum", + "base64", + "bytes", + "chrono", + "clap", + "crc32c", + "crc32fast", + "dashmap", + "flate2", + "futures", + "hex", + "http-body 1.0.1", + "hyper 1.8.1", + "hyper-util", + "image", + "jsonwebtoken", + "kamadak-exif", + "lazy_static", + "libc", + "md-5", + "memmap2", + "mime_guess", + "multer", + "parking_lot 0.12.5", + "pprof", + "prometheus", + "prost 0.13.5", + "prost-types 0.13.5", + "rand 0.8.5", + "redb", + "reed-solomon-erasure", + "reqwest", + "rustls 0.23.37", + "rustls-pemfile", + "rusty-leveldb", + "serde", + "serde_json", + "serde_urlencoded", + "sysinfo", + "tempfile", + "thiserror 1.0.69", + "tokio", + "tokio-rustls 0.26.4", + "tokio-stream", + "toml", + "tonic", + "tonic-build", + "tower 0.4.13", + "tower-http 0.5.2", + "tracing", + "tracing-subscriber", + "uuid", +] + [[package]] name = "weezl" version = "0.1.12"