Skip to content

Commit 412f0df

Browse files
authored
Merge pull request #331 from c410-f3r/misc
Updates
2 parents c344c3c + 9c25d29 commit 412f0df

File tree

6 files changed

+116
-22
lines changed

6 files changed

+116
-22
lines changed

evaluator/Cargo.lock

Lines changed: 110 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

evaluator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ quick-protobuf = { default-features = false, version = "0.8" }
77
serde = { default-features = false, features = ["derive"], version = "1.0" }
88
serde_json = { default-features = false, features = ["alloc"], version = "1.0" }
99
tokio = { default-features = false, features = ["fs", "io-std", "macros", "process", "rt-multi-thread"], version = "1.44" }
10-
wtx = { default-features = false, features = ["grpc-client", "http-client-pool", "optimization", "pool", "quick-protobuf", "serde_json", "tokio", "tokio-rustls", "webpki-roots", "web-socket-handshake"], git = "https://github.com/c410-f3r/wtx" }
10+
wtx = { default-features = false, features = ["grpc-client", "http-client-pool", "optimization", "pool", "quick-protobuf", "serde_json", "tokio", "tokio-rustls", "webpki-roots", "web-socket-handshake"], version = "0.34" }
1111

1212
[features]
1313
all-protocols = ["web-socket"]

protocols/grpc/wtx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pb-rs = { default-features = false, version = "0.10" }
55
quick-protobuf = { default-features = false, version = "0.8" }
66
rand_chacha = { default-features = false, features = ["os_rng"], version = "0.9" }
77
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
8-
wtx = { default-features = false, features = ["getrandom", "grpc-server", "nightly", "optimization", "quick-protobuf", "rand_chacha", "tokio"], git = "https://github.com/c410-f3r/wtx" }
8+
wtx = { default-features = false, features = ["getrandom", "grpc-server", "nightly", "optimization", "quick-protobuf", "rand_chacha", "tokio"], version = "0.34" }
99

1010
[package]
1111
edition = "2024"

protocols/http2-framework/wtx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[dependencies]
22
serde = { default-features = false, features = ["derive"], version = "1.0" }
33
tokio = { default-features = false, features = ["macros", "net", "rt-multi-thread"], version = "1.0" }
4-
wtx = { default-features = false, features = ["getrandom", "http-server-framework", "nightly", "optimization", "rand_chacha", "serde_json", "tokio"], git = "https://github.com/c410-f3r/wtx" }
4+
wtx = { default-features = false, features = ["getrandom", "http-server-framework", "nightly", "optimization", "rand_chacha", "serde_json", "tokio"], version = "0.34" }
55
rand_chacha = { default-features = false, features = ["os_rng"], version = "0.9" }
66

77
[package]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[dependencies]
2-
ohkami = { default-features = false, features = ["rt_tokio", "ws"], version = "0.21" }
2+
ohkami = { default-features = false, features = ["rt_tokio", "ws"], version = "0.23" }
33
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
44

55
[package]
66
edition = "2024"
7-
name = "wtx"
7+
name = "ohkami"
88
publish = false
99
version = "0.0.0"

protocols/web-socket/wtx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependencies]
22
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
3-
wtx = { default-features = false, features = ["optimization", "pool", "tokio", "web-socket-handshake"], git = "https://github.com/c410-f3r/wtx" }
3+
wtx = { default-features = false, features = ["optimization", "pool", "tokio", "web-socket-handshake"], version = "0.34" }
44

55
[package]
66
edition = "2024"

0 commit comments

Comments
 (0)