chore: switch from serde-yaml to serde-yml
serde-yml is maintainted, serde-yaml isn’t.
3 files changed
+27
-4
bdad79d4
→
8ee42c7c
modified Cargo.lock
@@ -1201,6 +1201,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1724,7 +1730,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2099,6 +2105,23 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -21,7 +21,7 @@ radicle-surf = { version = "0.18.0", default-features = false, features = ["serd
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -26,7 +26,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,7 +87,7 @@ pub enum ConfigError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|