Skip to content

Commit 4522f68

Browse files
committed
use published objectstore, sort deps
1 parent 8ac78c1 commit 4522f68

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@ flate2 = { version = "1.0.25", default-features = false, features = [
3333
] }
3434
git2 = { version = "0.18.1", default-features = false }
3535
glob = "0.3.1"
36+
http = "1.4.0"
3637
if_chain = "1.0.2"
3738
ignore = "0.4.20"
39+
imagesize = "0.14.0"
3840
# Do not update due to https://github.com/console-rs/indicatif/issues/317 and https://github.com/getsentry/sentry-cli/pull/1055
3941
indicatif = "0.14.0"
4042
itertools = "0.10.5"
4143
java-properties = "2.0.0"
4244
lazy_static = "1.4.0"
4345
libc = "0.2.139"
4446
log = { version = "0.4.17", features = ["std"] }
45-
objectstore-client = { git = "https://github.com/getsentry/objectstore.git", branch = "lcian/feat/rust-batch-client", default-features = false, features = ["native-tls"] }
47+
objectstore-client = { version = "0.0.19" , default-features = false, features = ["native-tls"] }
4648
open = "3.2.0"
4749
parking_lot = "0.12.1"
4850
percent-encoding = "2.2.0"
@@ -67,6 +69,7 @@ sha2 = "0.10.9"
6769
sourcemap = { version = "9.3.0", features = ["ram_bundle"] }
6870
symbolic = { version = "12.13.3", features = ["debuginfo-serde", "il2cpp"] }
6971
thiserror = "1.0.38"
72+
tokio = { version = "1.47", features = ["rt"] }
7073
url = "2.3.1"
7174
uuid = { version = "1.3.0", features = ["v4", "serde"] }
7275
walkdir = "2.3.2"
@@ -79,9 +82,6 @@ chrono-tz = "0.8.4"
7982
secrecy = "0.8.0"
8083
lru = "0.16.3"
8184
backon = { version = "1.5.2", features = ["std", "std-blocking-sleep"] }
82-
tokio = { version = "1.47", features = ["rt"] }
83-
http = "1.4.0"
84-
imagesize = "0.14.0"
8585

8686
[dev-dependencies]
8787
assert_cmd = "2.0.11"

0 commit comments

Comments
 (0)