From 53d50fd50fbae3fbc5ca27cbc6ff2bf052c8fc24 Mon Sep 17 00:00:00 2001 From: Samuel Marks <807580+SamuelMarks@users.noreply.github.com> Date: Fri, 4 Oct 2019 12:45:45 +1000 Subject: [PATCH] [.gitignore] Ignore ".idea"; [Cargo.toml] Upgraded dependencies --- .gitignore | 2 ++ Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 20c3aea..9451180 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ Cargo.lock *~ *.bak +.idea +*.iml diff --git a/Cargo.toml b/Cargo.toml index 5c81c84..45f73fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2018" [dependencies] libhash = { git = "https://github.com/Fantom-foundation/libhash" } -serde = { version = "1.0.97", features = ["derive"] } +serde = { version = "1.0.101", features = ["derive"] } sha3 = "0.8.2" -bincode = "1.1.4" -to_vec="*" -failure = "0.1.5" \ No newline at end of file +bincode = "1.2.0" +to_vec= "0.1.0" +failure = "0.1.5"