summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-06 08:47:03 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-06 08:47:03 +0100
commitb72c624a46dd1b8d69fb1c547ba11bd88b7e9272 (patch)
tree22e2e84262ce123787b8d4f9db94a8e17a302f0b /Cargo.toml
parent95beb6f2aaf36d38ca1dc3abb7544fb878c45ca0 (diff)
Update dependency: byteorder
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 a4bf7b5..77371f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
base64 = "0.13"
-byteorder = "1.3"
+byteorder = "1.4"
bytes = "1.0"
chrono = { version = "0.4", optional = true, features = ["serde"] }
flate2 = "1.0"