Skip to content

Commit

Permalink
Merge pull request #17 from karyontech/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
hozan23 authored Jan 21, 2025
2 parents c019ca3 + 8f1b7c9 commit 35bcf2f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 24 deletions.
59 changes: 39 additions & 20 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 @@ -25,20 +25,20 @@ karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.2.1", default-featu
karyon_p2p = { path = "p2p", version = "0.2.1", default-features = false }

log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
chrono = "0.4"
rand = "0.8"
url = "2.5"
parking_lot = "0.12"
once_cell = "1.19"
once_cell = "1.20"
semver = "1.0"
sha2 = "0.10"

# async
async-channel = "2.3"
async-trait = "0.1"
pin-project-lite = "0.2"
async-process = "2.2"
async-process = "2.3"
smol = "2.0"
tokio = "1.38"
futures-util = { version = "0.3", default-features = false }
Expand All @@ -58,7 +58,7 @@ syn = "2.0"
async-tungstenite = { version = "0.28", default-features = false }

# tls
rustls-pki-types = "1.9"
rustls-pki-types = "1.10"
futures-rustls = "0.26"
tokio-rustls = "0.26"
rcgen = "0.13"
Expand Down

0 comments on commit 35bcf2f

Please sign in to comment.