summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-07 08:46:01 +0100
committerGitHub <noreply@github.com>2021-03-07 08:46:01 +0100
commita811935b64b4ff684828bebf80730b6fb443a991 (patch)
treecf088dbc45aaeaa03808d38e817aa83c015c5008
parent40a7f9e2f505ee3b97d720ea16835d14ba132434 (diff)
parentb72c624a46dd1b8d69fb1c547ba11bd88b7e9272 (diff)
Merge pull request #278 from matthiasbeyer/update-byteorder
Update dependency: byteorder
-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"