diff --git a/Cargo.lock b/Cargo.lock index 189d07ad05..4bf784f6cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "nym-validator-rewarder" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "bip39", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", diff --git a/nym-validator-rewarder/Cargo.toml b/nym-validator-rewarder/Cargo.toml index a70f19bf09..4d875d0e62 100644 --- a/nym-validator-rewarder/Cargo.toml +++ b/nym-validator-rewarder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-validator-rewarder" -version = "0.2.0" +version = "0.2.1" authors.workspace = true repository.workspace = true homepage.workspace = true diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 592f03c7fe..c0cca19041 100644 --- a/nyx-chain-watcher/Cargo.toml +++ b/nyx-chain-watcher/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nyx-chain-watcher" -version = "0.1.8" +version = "0.1.9" authors.workspace = true repository.workspace = true homepage.workspace = true @@ -27,15 +27,15 @@ nym-node-requests = { path = "../nym-node/nym-node-requests", features = [ "openapi", ] } nym-validator-client = { path = "../common/client-libs/validator-client" } -nyxd-scraper = {path = "../common/nyxd-scraper"} -reqwest = {workspace= true, features = ["rustls-tls"]} +nyxd-scraper = { path = "../common/nyxd-scraper" } +reqwest = { workspace = true, features = ["rustls-tls"] } rocket = { workspace = true } schemars = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sqlx = { workspace = true, features = ["runtime-tokio-rustls", "sqlite", "time"] } thiserror = { workspace = true } -time = {version = "0.3.37"} +time = { version = "0.3.37" } tokio = { workspace = true, features = ["process", "rt-multi-thread"] } tokio-util = { workspace = true } tracing = { workspace = true }