Skip to content

Commit

Permalink
tools: bring some customizations under redpanda-data org
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Jan 22, 2025
1 parent 7d0d825 commit 6d7c125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/rp_storage_tool/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/rp_storage_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clap = { version = "4.0.32", features = ["derive"] }
tokio-util = "0.7.4"
xxhash-rust = { version = "0.8.6", features = ["xxh32"] }
#object_store = { version = "0.5.5", features = ["aws", "azure", "gcp"] }
object_store = { git = "https://github.com/jcsp/arrow-rs.git", rev = "96e62d8f", features = ["aws", "azure", "gcp"] }
object_store = { git = "https://github.com/redpanda-data/arrow-rs.git", rev = "96e62d8f", features = ["aws", "azure", "gcp"] }
bytes = "1.4.0"
tokio-stream = "0.1.14"
async-stream = "0.3.5"
Expand Down

0 comments on commit 6d7c125

Please sign in to comment.