@@ -33,16 +33,18 @@ flate2 = { version = "1.0.25", default-features = false, features = [
3333] }
3434git2 = { version = " 0.18.1" , default-features = false }
3535glob = " 0.3.1"
36+ http = " 1.4.0"
3637if_chain = " 1.0.2"
3738ignore = " 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
3941indicatif = " 0.14.0"
4042itertools = " 0.10.5"
4143java-properties = " 2.0.0"
4244lazy_static = " 1.4.0"
4345libc = " 0.2.139"
4446log = { 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" ] }
4648open = " 3.2.0"
4749parking_lot = " 0.12.1"
4850percent-encoding = " 2.2.0"
@@ -67,6 +69,7 @@ sha2 = "0.10.9"
6769sourcemap = { version = " 9.3.0" , features = [" ram_bundle" ] }
6870symbolic = { version = " 12.13.3" , features = [" debuginfo-serde" , " il2cpp" ] }
6971thiserror = " 1.0.38"
72+ tokio = { version = " 1.47" , features = [" rt" ] }
7073url = " 2.3.1"
7174uuid = { version = " 1.3.0" , features = [" v4" , " serde" ] }
7275walkdir = " 2.3.2"
@@ -79,9 +82,6 @@ chrono-tz = "0.8.4"
7982secrecy = " 0.8.0"
8083lru = " 0.16.3"
8184backon = { 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 ]
8787assert_cmd = " 2.0.11"
0 commit comments