Skip to content

Commit

Permalink
update tari to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 15, 2025
1 parent c64cc49 commit 403759d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 51 deletions.
144 changes: 101 additions & 43 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0"
async-trait = "0.1.80"
axum = "0.7.7"
blake2 = "0.10.6"
chrono = "0.4.38"
chrono = "0.4.39"
clap = { version = "4.5.7", features = ["derive"] }
digest = "0.10.7"
dirs = "4.0.0"
Expand Down Expand Up @@ -43,19 +43,19 @@ libp2p = { version = "0.54.1", features = [
] }
log = { version = "0.4.21", features = ["kv"] }
log4rs = "1.3.0"
minotari_app_grpc = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
minotari_node_grpc_client = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
minotari_app_grpc = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
minotari_node_grpc_client = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
num = { version = "0.4.3", features = ["default", "num-bigint", "serde"] }
rand = "0.8.0"
serde = "1.0.203"
serde_cbor = "0.11.2"
serde_json = "1.0.122"
tari_common = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
tari_common_types = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
tari_core = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
tari_common = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
tari_common_types = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
tari_core = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
tari_crypto = "0.21.0"
tari_script = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
tari_shutdown = { git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6" }
tari_script = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
tari_shutdown = { git = "https://github.com/tari-project/tari.git", rev = "98a76e5e36ab056b36d342e2408306ec67c406dc" }
tari_utilities = { version = "0.8", features = ["borsh"] }
thiserror = "1.0"
tokio = { version = "1.41.0", features = ["full"] }
Expand Down

0 comments on commit 403759d

Please sign in to comment.