Skip to content

Commit

Permalink
Merge branch 'web3infra-foundation:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
genedna authored Oct 10, 2024
2 parents 614c992 + f8a27ed commit f63e125
Show file tree
Hide file tree
Showing 36 changed files with 700 additions and 285 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,51 +35,51 @@ mega = { path = "mega" }
mono = { path = "mono" }
libra = { path = "libra" }

anyhow = "1.0.87"
anyhow = "1.0.89"
serde = "1.0.210"
serde_json = "1.0.128"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-appender = "0.2"
thiserror = "1.0.63"
thiserror = "1.0.64"
rand = "0.8.5"
smallvec = "1.13.2"
tokio = "1.40.0"
tokio-stream = "0.1.16"
tokio-test = "0.4.4"
clap = "4.5.17"
async-trait = "0.1.82"
async-stream = "0.3.5"
bytes = "1.7.1"
clap = "4.5.20"
async-trait = "0.1.83"
async-stream = "0.3.6"
bytes = "1.7.2"
memchr = "2.7.4"
chrono = "0.4.38"
sha1 = "0.10.6"
sha256 = "1.5"
futures = "0.3.30"
futures-util = "0.3.30"
go-defer = "0.1.0"
russh = "0.45.0"
russh-keys = "0.45.0"
axum = "0.7.6"
axum = "0.7.7"
axum-extra = "0.9.4"
axum-server = "0.7.1"
tower-http = "0.6.0"
tower-http = "0.6.1"
tower = "0.5.1"
hex = "0.4.3"
sea-orm = "1.0.1"
flate2 = "1.0.30"
flate2 = "1.0.34"
bstr = "1.10.0"
colored = "2.1.0"
idgenerator = "2.0.0"
num_cpus = "1.16.0"
config = "0.14.0"
shadow-rs = "0.35.0"
reqwest = "0.12.7"
shadow-rs = "0.35.1"
reqwest = "0.12.8"
lazy_static = "1.5.0"
uuid = "1.10.0"
regex = "1.10.4"
regex = "1.11.0"
ed25519-dalek = "2.1.1"
ctrlc = "3.4.4"
git2 = "0.19.0"
tempfile = "3.10.1"
tempfile = "3.13.0"
home = "0.5.9"
ring = "0.17.8"
Loading

0 comments on commit f63e125

Please sign in to comment.