|
1 | 1 | [package] |
2 | 2 | name = "ant-core" |
3 | | -version = "0.8.0" |
| 3 | +version = "0.8.1" |
4 | 4 | edition = "2021" |
5 | 5 | description = "Headless Rust library for the Autonomi network: data storage and retrieval with self-encryption and EVM payments, plus node lifecycle management." |
6 | 6 | license = "MIT OR Apache-2.0" |
@@ -37,7 +37,7 @@ tower-http = { version = "0.6.8", features = ["cors"] } |
37 | 37 | # under `ant_protocol::{evm, transport, pqc}`. This is the ONE pin for |
38 | 38 | # those three deps — do not add direct evmlib/saorsa-core/saorsa-pqc |
39 | 39 | # deps here or the version can skew between ant-client and ant-node. |
40 | | -ant-protocol = "2.3.4" |
| 40 | +ant-protocol = "2.3.5" |
41 | 41 | xor_name = "5" |
42 | 42 | self_encryption = "0.36" |
43 | 43 | futures = "0.3" |
@@ -65,7 +65,7 @@ sysinfo = { version = "0.32", default-features = false, features = ["system"] } |
65 | 65 | # `ant-protocol` pin above points at a released version, this ant-node must |
66 | 66 | # track the matching released version carrying the same saorsa-core / |
67 | 67 | # ant-protocol lineage. |
68 | | -ant-node = { version = "0.18.0", optional = true } |
| 68 | +ant-node = { version = "0.18.1", optional = true } |
69 | 69 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } |
70 | 70 |
|
71 | 71 | [target.'cfg(unix)'.dependencies] |
@@ -96,7 +96,7 @@ test-utils = [] |
96 | 96 | # always compile even without the `devnet` feature. Pinned to the same |
97 | 97 | # version as the runtime dep so there is a single ant-node / |
98 | 98 | # saorsa-core version across the whole graph. |
99 | | -ant-node = { version = "0.18.0", features = ["test-utils"] } |
| 99 | +ant-node = { version = "0.18.1", features = ["test-utils"] } |
100 | 100 | serial_test = "3" |
101 | 101 | anyhow = "1" |
102 | 102 | alloy = { version = "1.6", features = ["node-bindings"] } |
|
0 commit comments