summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 18:54:16 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 18:54:16 +0200
commit56e6a88f4556739e8a6c25d24edf7d9540750298 (patch)
tree024c1fc2e6e4e0f3eca069f7edafac4ffe456b0c /Cargo.toml
parentd028ef52a27d4b02c32daa5062bfb83485f63e7a (diff)
downloadobnam2-56e6a88f4556739e8a6c25d24edf7d9540750298.tar.gz
chore: update dependency on serde_yaml
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c086f05..a0f277c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ rpassword = "5"
rusqlite = "0.28"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
-serde_yaml = "0.8"
+serde_yaml = "0.9"
sha2 = "0.10"
spmc = "0.3.0"
tempfile = "3"