Compare commits
No commits in common. "master" and "feat-validator" have entirely different histories.
master
...
feat-valid
3 changed files with 154 additions and 538 deletions
667
libconfig-validator/Cargo.lock
generated
667
libconfig-validator/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yew = { version="0.21", features=["csr"] }
|
yew = { version="0.20", features=["csr"] }
|
||||||
libconfig = { path = "../" }
|
libconfig = { path = "../" }
|
||||||
serde_yaml = "0.9.15"
|
serde_yaml = "0.9.15"
|
||||||
serde_json = "1.0.90"
|
serde_json = "1.0.90"
|
||||||
|
@ -25,4 +25,4 @@ tracing-subscriber = { version = "0.3.16", features = ["time"] }
|
||||||
wasm-bindgen = "0.2.83"
|
wasm-bindgen = "0.2.83"
|
||||||
tracing = { version = "0.1.37", default-features = false}
|
tracing = { version = "0.1.37", default-features = false}
|
||||||
time = { version = "0.3.17", features = ["wasm-bindgen"] }
|
time = { version = "0.3.17", features = ["wasm-bindgen"] }
|
||||||
toml = "0.8.0"
|
toml = "0.5.10"
|
||||||
|
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue