diff --git a/Cargo.lock b/Cargo.lock index 644f9f9e7..9a933f4fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,22 +80,18 @@ checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" [[package]] name = "arrayvec" -version = "0.3.25" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06f59fe10306bb78facd90d28c2038ad23ffaaefa85bac43c8a434cde383334f" +checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" dependencies = [ "nodrop", - "odds", ] [[package]] name = "arrayvec" -version = "0.4.12" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" -dependencies = [ - "nodrop", -] +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "atty" @@ -871,7 +867,7 @@ dependencies = [ [[package]] name = "grin" -version = "5.3.0" +version = "5.3.1" dependencies = [ "blake2-rfc", "built", @@ -899,7 +895,7 @@ dependencies = [ [[package]] name = "grin_api" -version = "5.3.0" +version = "5.3.1" dependencies = [ "bytes 0.5.6", "easy-jsonrpc-mw", @@ -930,7 +926,7 @@ dependencies = [ [[package]] name = "grin_chain" -version = "5.3.0" +version = "5.3.1" dependencies = [ "bit-vec", "bitflags 1.3.2", @@ -954,7 +950,7 @@ dependencies = [ [[package]] name = "grin_config" -version = "5.3.0" +version = "5.3.1" dependencies = [ "dirs", "grin_core", @@ -970,7 +966,7 @@ dependencies = [ [[package]] name = "grin_core" -version = "5.3.0" +version = "5.3.1" dependencies = [ "blake2-rfc", "byteorder", @@ -996,7 +992,7 @@ dependencies = [ [[package]] name = "grin_keychain" -version = "5.3.0" +version = "5.3.1" dependencies = [ "blake2-rfc", "byteorder", @@ -1017,7 +1013,7 @@ dependencies = [ [[package]] name = "grin_p2p" -version = "5.3.0" +version = "5.3.1" dependencies = [ "bitflags 1.3.2", "bytes 0.5.6", @@ -1039,7 +1035,7 @@ dependencies = [ [[package]] name = "grin_pool" -version = "5.3.0" +version = "5.3.1" dependencies = [ "blake2-rfc", "chrono", @@ -1056,11 +1052,11 @@ dependencies = [ [[package]] name = "grin_secp256k1zkp" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447e2e66d2f6cc14d49afdad59a5b26f47654c845483dbb3f3403ace0dbb94b4" +checksum = "06832645c3d28079245827908045946db48e5d62b4c54b40701c7e21327e2571" dependencies = [ - "arrayvec 0.3.25", + "arrayvec 0.7.4", "cc", "libc", "rand 0.5.6", @@ -1071,7 +1067,7 @@ dependencies = [ [[package]] name = "grin_servers" -version = "5.3.0" +version = "5.3.1" dependencies = [ "chrono", "fs2", @@ -1100,7 +1096,7 @@ dependencies = [ [[package]] name = "grin_store" -version = "5.3.0" +version = "5.3.1" dependencies = [ "byteorder", "chrono", @@ -1122,7 +1118,7 @@ dependencies = [ [[package]] name = "grin_util" -version = "5.3.0" +version = "5.3.1" dependencies = [ "backtrace", "base64 0.12.3", @@ -1832,12 +1828,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "odds" -version = "0.2.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eae0151b9dacf24fcc170d9995e511669a082856a91f958a2fe380bfab3fb22" - [[package]] name = "once_cell" version = "1.19.0" diff --git a/Cargo.toml b/Cargo.toml index 74a68cb57..a6f217878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -32,14 +32,14 @@ serde_json = "1" log = "0.4" term = "0.6" -grin_api = { path = "./api", version = "5.3.0" } -grin_config = { path = "./config", version = "5.3.0" } -grin_chain = { path = "./chain", version = "5.3.0" } -grin_core = { path = "./core", version = "5.3.0" } -grin_keychain = { path = "./keychain", version = "5.3.0" } -grin_p2p = { path = "./p2p", version = "5.3.0" } -grin_servers = { path = "./servers", version = "5.3.0" } -grin_util = { path = "./util", version = "5.3.0" } +grin_api = { path = "./api", version = "5.3.1" } +grin_config = { path = "./config", version = "5.3.1" } +grin_chain = { path = "./chain", version = "5.3.1" } +grin_core = { path = "./core", version = "5.3.1" } +grin_keychain = { path = "./keychain", version = "5.3.1" } +grin_p2p = { path = "./p2p", version = "5.3.1" } +grin_servers = { path = "./servers", version = "5.3.1" } +grin_util = { path = "./util", version = "5.3.1" } [dependencies.cursive] version = "0.20" @@ -50,5 +50,5 @@ features = ["pancurses-backend"] built = { version = "0.4", features = ["git2"]} [dev-dependencies] -grin_chain = { path = "./chain", version = "5.3.0" } -grin_store = { path = "./store", version = "5.3.0" } +grin_chain = { path = "./chain", version = "5.3.1" } +grin_store = { path = "./store", version = "5.3.1" } diff --git a/api/Cargo.toml b/api/Cargo.toml index 6bc38911b..ddf5a8ddf 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_api" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -30,9 +30,9 @@ rustls = "0.17" url = "2.1" bytes = "0.5" -grin_core = { path = "../core", version = "5.3.0" } -grin_chain = { path = "../chain", version = "5.3.0" } -grin_p2p = { path = "../p2p", version = "5.3.0" } -grin_pool = { path = "../pool", version = "5.3.0" } -grin_store = { path = "../store", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_chain = { path = "../chain", version = "5.3.1" } +grin_p2p = { path = "../p2p", version = "5.3.1" } +grin_pool = { path = "../pool", version = "5.3.1" } +grin_store = { path = "../store", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } diff --git a/chain/Cargo.toml b/chain/Cargo.toml index b2ff0fa56..873ed20cc 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_chain" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -23,10 +23,10 @@ chrono = "0.4.11" lru-cache = "0.1" lazy_static = "1" -grin_core = { path = "../core", version = "5.3.0" } -grin_keychain = { path = "../keychain", version = "5.3.0" } -grin_store = { path = "../store", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_keychain = { path = "../keychain", version = "5.3.1" } +grin_store = { path = "../store", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } [dev-dependencies] env_logger = "0.7" diff --git a/config/Cargo.toml b/config/Cargo.toml index 8aa3c3498..eeffeb9ae 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_config" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -16,10 +16,10 @@ serde_derive = "1" toml = "0.5" dirs = "2.0" -grin_core = { path = "../core", version = "5.3.0" } -grin_servers = { path = "../servers", version = "5.3.0" } -grin_p2p = { path = "../p2p", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_servers = { path = "../servers", version = "5.3.1" } +grin_p2p = { path = "../p2p", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } [dev-dependencies] pretty_assertions = "0.6.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 66613f4e0..c3261a3be 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_core" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -28,8 +28,8 @@ chrono = { version = "0.4.11", features = ["serde"] } zeroize = { version = "1.1", features =["zeroize_derive"] } bytes = "0.5" -keychain = { package = "grin_keychain", path = "../keychain", version = "5.3.0" } -util = { package = "grin_util", path = "../util", version = "5.3.0" } +keychain = { package = "grin_keychain", path = "../keychain", version = "5.3.1" } +util = { package = "grin_util", path = "../util", version = "5.3.1" } [dev-dependencies] serde_json = "1" diff --git a/keychain/Cargo.toml b/keychain/Cargo.toml index cdfbd61ed..836dd2262 100644 --- a/keychain/Cargo.toml +++ b/keychain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_keychain" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -26,4 +26,4 @@ ripemd160 = "0.9" sha2 = "0.9" pbkdf2 = "0.8" -grin_util = { path = "../util", version = "5.3.0" } +grin_util = { path = "../util", version = "5.3.1" } diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 1410bf37d..a7124751e 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_p2p" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -22,10 +22,10 @@ log = "0.4" chrono = { version = "0.4.11", features = ["serde"] } bytes = "0.5" -grin_core = { path = "../core", version = "5.3.0" } -grin_store = { path = "../store", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } -grin_chain = { path = "../chain", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_store = { path = "../store", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } +grin_chain = { path = "../chain", version = "5.3.1" } [dev-dependencies] -grin_pool = { path = "../pool", version = "5.3.0" } +grin_pool = { path = "../pool", version = "5.3.1" } diff --git a/pool/Cargo.toml b/pool/Cargo.toml index baa760776..78da5b789 100644 --- a/pool/Cargo.toml +++ b/pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_pool" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -18,9 +18,9 @@ thiserror = "1" log = "0.4" chrono = "0.4.11" -grin_core = { path = "../core", version = "5.3.0" } -grin_keychain = { path = "../keychain", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_keychain = { path = "../keychain", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } [dev-dependencies] -grin_chain = { path = "../chain", version = "5.3.0" } +grin_chain = { path = "../chain", version = "5.3.1" } diff --git a/servers/Cargo.toml b/servers/Cargo.toml index 00188bae1..a6b7a175b 100644 --- a/servers/Cargo.toml +++ b/servers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_servers" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -26,11 +26,11 @@ tokio = {version = "0.2", features = ["full"] } tokio-util = { version = "0.2", features = ["codec"] } walkdir = "2.3.1" -grin_api = { path = "../api", version = "5.3.0" } -grin_chain = { path = "../chain", version = "5.3.0" } -grin_core = { path = "../core", version = "5.3.0" } -grin_keychain = { path = "../keychain", version = "5.3.0" } -grin_p2p = { path = "../p2p", version = "5.3.0" } -grin_pool = { path = "../pool", version = "5.3.0" } -grin_store = { path = "../store", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_api = { path = "../api", version = "5.3.1" } +grin_chain = { path = "../chain", version = "5.3.1" } +grin_core = { path = "../core", version = "5.3.1" } +grin_keychain = { path = "../keychain", version = "5.3.1" } +grin_p2p = { path = "../p2p", version = "5.3.1" } +grin_pool = { path = "../pool", version = "5.3.1" } +grin_store = { path = "../store", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } diff --git a/store/Cargo.toml b/store/Cargo.toml index a0bae6cdc..73d12b570 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_store" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -21,8 +21,8 @@ serde_derive = "1" thiserror = "1" log = "0.4" -grin_core = { path = "../core", version = "5.3.0" } -grin_util = { path = "../util", version = "5.3.0" } +grin_core = { path = "../core", version = "5.3.1" } +grin_util = { path = "../util", version = "5.3.1" } [dev-dependencies] chrono = "0.4.11" diff --git a/util/Cargo.toml b/util/Cargo.toml index 404ad6891..6cfddedbb 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_util" -version = "5.3.0" +version = "5.3.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." license = "Apache-2.0" @@ -28,5 +28,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] } #git = "https://github.com/mimblewimble/rust-secp256k1-zkp" #tag = "grin_integration_29" #path = "../../rust-secp256k1-zkp" -version = "0.7.13" +version = "0.7.14" features = ["bullet-proof-sizing"]