Skip to content

Commit 8c3dc48

Browse files
build(deps): Bump objectstore-client to 0.1.12 (#3334)
## Summary Bumps `objectstore-client` from 0.1.9 to 0.1.12 in `Cargo.toml`, and updates `Cargo.lock` accordingly (which also moves the companion `objectstore-types` crate to 0.1.12). ## Motivation Keep the object store client dependency current with upstream releases. ## Verification - `cargo check` passes cleanly with the updated dependency.
1 parent d2981f6 commit 8c3dc48

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 4 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
@@ -45,7 +45,7 @@ java-properties = "2.0.0"
4545
lazy_static = "1.4.0"
4646
libc = "0.2.139"
4747
log = { version = "0.4.17", features = ["std"] }
48-
objectstore-client = { version = "0.1.9" , default-features = false, features = ["native-tls"] }
48+
objectstore-client = { version = "0.1.12" , default-features = false, features = ["native-tls"] }
4949
open = "3.2.0"
5050
parking_lot = "0.12.1"
5151
percent-encoding = "2.2.0"

0 commit comments

Comments
 (0)