summaryrefslogtreecommitdiffstats
path: root/vendor/bytesize/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bytesize/Cargo.toml')
-rw-r--r--vendor/bytesize/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/bytesize/Cargo.toml b/vendor/bytesize/Cargo.toml
index 475fef195..316fc7c36 100644
--- a/vendor/bytesize/Cargo.toml
+++ b/vendor/bytesize/Cargo.toml
@@ -11,7 +11,7 @@
[package]
name = "bytesize"
-version = "1.2.0"
+version = "1.3.0"
authors = ["Hyunsik Choi <hyunsik.choi@gmail.com>"]
description = "an utility for human-readable bytes representations"
homepage = "https://github.com/hyunsik/bytesize/"
@@ -28,18 +28,18 @@ license = "Apache-2.0"
repository = "https://github.com/hyunsik/bytesize/"
[dependencies.serde]
-version = "1.0"
+version = "1.0.185"
optional = true
[dev-dependencies.serde]
-version = "1.0"
+version = "1.0.185"
features = ["derive"]
[dev-dependencies.serde_json]
-version = "1.0"
+version = "1.0.105"
[dev-dependencies.toml]
-version = "0.5"
+version = "0.7.6"
[features]
default = []