summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-30 16:30:39 +0100
committerGitHub <noreply@github.com>2021-03-30 16:30:39 +0100
commitc586cf5f51cd3194cc8442a5d4e2bf31fbbcd3db (patch)
tree9398907e9e8524a838d191ccc9eed50b258ab564
parenta79e98adcd8501434b4ddd325bb1cdd8c7da8843 (diff)
Bump serde_derive from 1.0.124 to 1.0.125 (#25)
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebac672b..a101b248 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1617,9 +1617,9 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.124"
+version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
+checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.9",
diff --git a/Cargo.toml b/Cargo.toml
index 1d320d54..da00d7f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ rocket = "0.4.7"
chrono-english = "0.1.4"
cli-table = "0.4"
config = "0.11"
-serde_derive = "1.0.124"
+serde_derive = "1.0.125"
serde = "1.0.125"
tui = "0.14"
termion = "1.5"