summaryrefslogtreecommitdiff
path: root/subplotlib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:40:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:40:21 +0100
commitfdd45ddee7f00aa6ca8ced1ba9ec56746b2f19e1 (patch)
treea0e8708d9f1673901de9f099a7411ac4eff7e065 /subplotlib
parent518587adab3f2ac01b4d4d4e4394e51b9e8b6d72 (diff)
downloadsubplot-fdd45ddee7f00aa6ca8ced1ba9ec56746b2f19e1.tar.gz
(chore): Update base64, env_logger, and serde_yaml
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib')
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 42dfecf..16830f2 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -19,7 +19,7 @@ rust-version = "1.63"
fehler = "1"
subplotlib-derive = { version = "0.6.0", path = "../subplotlib-derive" }
lazy_static = "1"
-base64 = "0.13"
+base64 = "0.21.0"
state = "0.5"
tempfile = "3.1"
fs2 = "0.4"