chore :update version of chain watcher and validator rewarder (#5394)

This commit is contained in:
Jędrzej Stuczyński
2025-01-27 15:47:37 +00:00
committed by GitHub
parent 7c85c1a271
commit a6c586a33b
3 changed files with 7 additions and 7 deletions
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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 }