diff options
| author | Hesam Pakdaman <14890379+hesampakdaman@users.noreply.github.com> | 2024-06-04 22:44:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 21:44:51 +0100 |
| commit | 9943c53a7012e1a571ed6a66c127884fa3249767 (patch) | |
| tree | 57a137f6ef91b0d1ff6abbf581049583e8dbe84e /Cargo.lock | |
| parent | chore(deps): `cargo update` (#2083) (diff) | |
| download | atuin-9943c53a7012e1a571ed6a66c127884fa3249767.zip | |
fix: Replace serde_yaml::to_string with serde_json::to_string_yaml (#2087)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -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" |
