Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
wip: check upstream changes to sf-protos
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Aug 13, 2024
1 parent 2dddf27 commit 1d929dc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
43 changes: 21 additions & 22 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ anyhow = "1"
bincode = "1.3.3"
bytes = "1.5"
clap = { version = "4.3.21", features = ["derive"] }
decoder = { git = "https://github.com/semiotic-ai/flat-files-decoder.git", branch = "main" }
decoder = { git = "https://github.com/semiotic-ai/flat-files-decoder.git", branch = "joseph/tru-233-update-prost-dependencies-in-flat-files-decoder" }
dotenv = "0.15.0"
env_logger = "0.11.2"
futures = "0.3"
header_accumulator = { git = "https://[email protected]/semiotic-ai/header_accumulator.git", branch = "main" }
header_accumulator = { git = "https://[email protected]/semiotic-ai/header_accumulator.git", branch = "joseph/tru-234-test-that-upstream-protobufs-dependency-updates-work-with" }
log = "0.4.20"
object_store = { version = "0.9.0", features = ["gcp", "http", "aws"] }
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" }
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "joseph/tru-230-review-how-were-compiling-protobufs-in-sf-protos" }
thiserror = "1"
tokio = { version = "1.0", features = ["full"] }
tree_hash = { git = "https://github.com/KolbyML/tree_hash.git", rev = "8aaf8bb4184148768d48e2cfbbdd0b95d1da8730" }
Expand Down

0 comments on commit 1d929dc

Please sign in to comment.