Skip to content

Commit

Permalink
chore: update tycho
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef committed Nov 23, 2024
1 parent 1854447 commit d4621e4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 38 deletions.
56 changes: 22 additions & 34 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_suppo
metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"

tycho-light-node = { git = "https://github.com/broxus/tycho.git", rev = "324625e78301cad960b5bd3efd84c092b8491847" }
tycho-core = { git = "https://github.com/broxus/tycho.git", rev = "324625e78301cad960b5bd3efd84c092b8491847" }
tycho-util = { git = "https://github.com/broxus/tycho.git", rev = "324625e78301cad960b5bd3efd84c092b8491847" }
tycho-block-util = { git = "https://github.com/broxus/tycho.git", rev = "324625e78301cad960b5bd3efd84c092b8491847" }
tycho-light-node = { git = "https://github.com/broxus/tycho.git", rev = "47553260daae5ba0ebad9e41b3d4af37682ce571" }
tycho-core = { git = "https://github.com/broxus/tycho.git", rev = "47553260daae5ba0ebad9e41b3d4af37682ce571" }
tycho-util = { git = "https://github.com/broxus/tycho.git", rev = "47553260daae5ba0ebad9e41b3d4af37682ce571" }
tycho-block-util = { git = "https://github.com/broxus/tycho.git", rev = "47553260daae5ba0ebad9e41b3d4af37682ce571" }

serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
Expand Down

0 comments on commit d4621e4

Please sign in to comment.