Compare commits

..

No commits in common. "master" and "feat-validator" have entirely different histories.

3 changed files with 154 additions and 538 deletions

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = { version="0.21", features=["csr"] }
yew = { version="0.20", features=["csr"] }
libconfig = { path = "../" }
serde_yaml = "0.9.15"
serde_json = "1.0.90"
@ -25,4 +25,4 @@ tracing-subscriber = { version = "0.3.16", features = ["time"] }
wasm-bindgen = "0.2.83"
tracing = { version = "0.1.37", default-features = false}
time = { version = "0.3.17", features = ["wasm-bindgen"] }
toml = "0.8.0"
toml = "0.5.10"

View file

@ -1,21 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
],
"labels": [
"renovate-bot"
],
"prHourlyLimit": 0,
"timezone": "Asia/kolkata",
"prCreation": "immediate",
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"renovate-bot",
"renovate-security",
"security"
]
}
}