Skip to content

Commit

Permalink
Bump num256 from 0.5.2 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [num256](https://github.com/althea-net/num256_rs) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/althea-net/num256_rs/releases)
- [Commits](https://github.com/althea-net/num256_rs/commits)

---
updated-dependencies:
- dependency-name: num256
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 185a473 commit 8841e01
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 16 deletions.
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

0 comments on commit 8841e01

Please sign in to comment.