Skip to content

Commit

Permalink
Bump Web30, Clarity, and DeepSpace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Dec 4, 2024
1 parent a7fa72e commit f673f43
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 44 deletions.
79 changes: 45 additions & 34 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ inherits = "dev"
opt-level = 2

[workspace.dependencies]
deep_space = {version = "2.26", features = ["althea"], default-features=false}
web30 = "1.4"
clarity = "1.4"
deep_space = {version = "2.27", features = ["althea"], default-features=false}
num256 = "0.6"
web30 = "1.6"
clarity = "1.5"
awc = {version = "3.5", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}
actix-web = { version = "4.9", default-features = false, features = ["openssl", "compress-gzip", "compress-zstd", "macros"] }
actix-web-httpauth = {version = "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion althea_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"

[dependencies]
babel_monitor = { path = "../babel_monitor" }
num256 = "0.5"
num256 = {workspace = true}
base64 = "0.13"
serde_derive = "1.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion auto_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
web30 = {workspace = true}
num256 = "0.5"
num256 = {workspace = true}
clarity = {workspace = true}
rand = "0.8"
num = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deep_space = {workspace = true}
clarity = {workspace = true}
althea_proto = {workspace = true}
futures = { version = "0.3", features = ["compat"] }
num256 = "0.5"
num256 = {workspace = true}
num-traits="0.2"
web30 = {workspace = true}
lazy_static = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion rita_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
compressed_log = "0.5"
num-traits = "0.2"
num256 = "0.5"
num256 = {workspace = true}
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rita_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = { version = "0.4", features = ["release_max_level_info"] }
settings = { path = "../settings" }
clarity = {workspace = true}
futures = { version = "0.3", features = ["compat"] }
num256 = "0.5"
num256 = {workspace = true}
num-traits = "0.2"
bincode = "1.3"
serde_cbor = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"


[dependencies]
num256 = "0.5"
num256 = {workspace = true}
exit_trust_root = { path = "../exit_trust_root" }
rita_common = { path = "../rita_common" }
althea_kernel_interface = { path = "../althea_kernel_interface" }
Expand Down
2 changes: 1 addition & 1 deletion settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ althea_types = { path = "../althea_types"}
babel_monitor = { path = "../babel_monitor"}
althea_kernel_interface = { path = "../althea_kernel_interface" }
auto-bridge = { path = "../auto_bridge" }
num256 = "0.5"
num256 = {workspace = true}
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit f673f43

Please sign in to comment.