aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml50
2 files changed, 31 insertions, 31 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 639e8ce..83dfa16 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -344,9 +344,9 @@ dependencies = [
[[package]]
name = "async-tungstenite"
-version = "0.26.2"
+version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb786dab48e539c5f17b23bac20d812ac027c01732ed7c7b58850c69a684e46c"
+checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b"
dependencies = [
"async-std",
"futures-io",
@@ -1871,9 +1871,9 @@ dependencies = [
[[package]]
name = "rustls-pki-types"
-version = "1.7.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
+checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
[[package]]
name = "rustls-webpki"
@@ -2209,9 +2209,9 @@ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
[[package]]
name = "tungstenite"
-version = "0.23.0"
+version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
+checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
dependencies = [
"byteorder",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 5205749..ddf7d4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,30 +25,30 @@ karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.1.6", default-featu
karyon_p2p = { path = "p2p", version = "0.1.6", default-features = false }
-log = "0.4.21"
-thiserror = "1.0.61"
-chrono = "0.4.38"
-rand = "0.8.5"
-url = "2.5.2"
-parking_lot = "0.12.3"
-once_cell = "1.19.0"
-semver = "1.0.23"
-sha2 = "0.10.8"
+log = "0.4"
+thiserror = "1.0"
+chrono = "0.4"
+rand = "0.8"
+url = "2.5"
+parking_lot = "0.12"
+once_cell = "1.19"
+semver = "1.0"
+sha2 = "0.10"
# async
-async-channel = "2.3.1"
-async-trait = "0.1.80"
-pin-project-lite = "0.2.14"
-async-process = "2.2.3"
-smol = "2.0.0"
-tokio = "1.38.0"
-futures-util = { version = "0.3.5", default-features = false }
+async-channel = "2.3"
+async-trait = "0.1"
+pin-project-lite = "0.2"
+async-process = "2.2"
+smol = "2.0"
+tokio = "1.38"
+futures-util = { version = "0.3", default-features = false }
# encode
bincode = "2.0.0-rc.3"
serde = "1.0"
-serde_json = "1.0.117"
-base64 = "0.22.1"
+serde_json = "1.0"
+base64 = "0.22"
# macros
proc-macro2 = "1.0"
@@ -56,12 +56,12 @@ quote = "1.0"
syn = "2.0"
# websocket
-async-tungstenite = { version = "0.26.2", default-features = false }
+async-tungstenite = { version = "0.28", default-features = false }
# tls
-rustls-pki-types = "1.7.0"
-futures-rustls = "0.26.0"
-tokio-rustls = "0.26.0"
-rcgen = "0.13.1"
-yasna = "0.5.2"
-x509-parser = "0.16.0"
+rustls-pki-types = "1.9"
+futures-rustls = "0.26"
+tokio-rustls = "0.26"
+rcgen = "0.13"
+yasna = "0.5"
+x509-parser = "0.16"