aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHesam Pakdaman <14890379+hesampakdaman@users.noreply.github.com>2024-06-04 22:44:51 +0200
committerGitHub <noreply@github.com>2024-06-04 21:44:51 +0100
commit9943c53a7012e1a571ed6a66c127884fa3249767 (patch)
tree57a137f6ef91b0d1ff6abbf581049583e8dbe84e /Cargo.lock
parentchore(deps): `cargo update` (#2083) (diff)
downloadatuin-9943c53a7012e1a571ed6a66c127884fa3249767.zip
fix: Replace serde_yaml::to_string with serde_json::to_string_yaml (#2087)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 0 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9b42ce80..8e1d45e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -234,7 +234,6 @@ dependencies = [
"semver",
"serde",
"serde_json",
- "serde_yaml",
"sysinfo",
"time",
"tiny-bip39",
@@ -3282,19 +3281,6 @@ dependencies = [
]
[[package]]
-name = "serde_yaml"
-version = "0.9.34+deprecated"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
-dependencies = [
- "indexmap 2.2.6",
- "itoa",
- "ryu",
- "serde",
- "unsafe-libyaml",
-]
-
-[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4272,12 +4258,6 @@ dependencies = [
]
[[package]]
-name = "unsafe-libyaml"
-version = "0.2.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
-
-[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"