Skip to content

Commit ac466af

Browse files
authored
Merge pull request #10789 from rust-lang/renovate/object_store-0.x
Update Rust crate object_store to v0.12.0
2 parents 28c2526 + f38623b commit ac466af

File tree

3 files changed

+12
-29
lines changed

3 files changed

+12
-29
lines changed

Cargo.lock

Lines changed: 10 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ mockall = "=0.13.1"
102102
moka = { version = "=0.12.10", default-features = false, features = ["future"] }
103103
native-tls = "=0.2.14"
104104
oauth2 = "=5.0.0"
105-
object_store = { version = "=0.11.2", features = ["aws"] }
105+
object_store = { version = "=0.12.0", features = ["aws"] }
106106
p256 = "=0.13.2"
107107
parking_lot = "=0.12.3"
108108
paste = "=1.0.15"

src/worker/jobs/index_version_downloads_archive/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl FileSet {
126126
#[derive(Serialize, Debug, Eq)]
127127
struct File {
128128
name: String,
129-
size: usize,
129+
size: u64,
130130
}
131131

132132
impl Ord for File {

0 commit comments

Comments
 (0)