summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-11-11 10:25:03 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-11-11 10:25:03 +0000
commit726bc2d6d8b13b3e914c82f1aaf0c0c53d38aead (patch)
treed03f573d1c3e0e43156b849cc41c706ce8247098 /subplotlib/Cargo.toml
parent7252cf5c1e0288b1bbb54908999fc7524d12bf1e (diff)
downloadsubplot-726bc2d6d8b13b3e914c82f1aaf0c0c53d38aead.tar.gz
chore: Update from fehler to culpa
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index d790915..bb328c6 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -16,7 +16,6 @@ rust-version = "1.70"
[dependencies]
-fehler = "1"
subplotlib-derive = { version = "0.9.0", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.21.0"
@@ -29,6 +28,7 @@ regex = "1.4"
shell-words = "1.0"
unescape = "0.1"
remove_dir_all = "0.8"
+culpa = "1.0.1"
[build-dependencies]