Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump num256 from 0.5.2 to 0.6.0 #1053

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions Cargo.lock

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

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 = "0.6"
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 = "0.6"
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 = "0.6"
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 = "0.6"
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 = "0.6"
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 = "0.6"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
Loading