From 7d6b13e7cb8eba9e1a510b84df76915325fc7e0b Mon Sep 17 00:00:00 2001 From: Mateusz Jasiuk Date: Mon, 19 Aug 2024 10:11:41 +0200 Subject: [PATCH] chore: bump namada to 0.42.0 --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2dcd8eeb..5f49e2a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,14 +40,14 @@ axum-extra = { version = "0.9.3", features = ["query"] } chrono = { version = "0.4.30", features = ["serde"] } async-trait = "0.1.73" anyhow = "1.0.75" -namada_core = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.41.0", default-features = false, features = ["tendermint-rpc", "std", "async-send", "download-params", "rand"] } -namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_token = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } -namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.41.0" } +namada_core = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.42.0", default-features = false, features = ["std", "async-send", "download-params"] } +namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_token = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } +namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.42.0" } tendermint = "0.37.0" tendermint-config = "0.37.0" tendermint-rpc = { version = "0.37.0", features = ["http-client"] } @@ -84,4 +84,4 @@ fake = { version = "2.9.2", features = ["derive"] } rand = "0.8.5" bigdecimal = "0.4.5" strum = "0.26.3" -strum_macros = "0.26.3" \ No newline at end of file +strum_macros = "0.26.3"