summaryrefslogtreecommitdiffstats
path: root/kitchen_sink
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-02-15 12:42:26 +0000
committerKornel <kornel@geekhood.net>2019-02-15 12:42:26 +0000
commit79bf927da5d58d65b9251eae5c7a79840b4ee3d2 (patch)
treec8561d28f94a2742ba51c49a2f77cde66c661bc6 /kitchen_sink
parent2f8ee3d05a404a945c69aec0b6eb6164c076e58a (diff)
Bump
Diffstat (limited to 'kitchen_sink')
-rw-r--r--kitchen_sink/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen_sink/Cargo.toml b/kitchen_sink/Cargo.toml
index d7a9b12..a59b3f1 100644
--- a/kitchen_sink/Cargo.toml
+++ b/kitchen_sink/Cargo.toml
@@ -20,7 +20,7 @@ user_db = { git = "https://gitlab.com/crates.rs/user_db.git", version = "0.3" }
crate_db = { path = "../crate_db", version = "0.4.0" }
categories = { path = "../categories" }
rich_crate = { path = "../rich_crate" }
-simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.6.0" }
+simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.7.0" }
lazyonce = "0.3.0"
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git", version = "0.3.0" }
cargo_toml = "0.6.4"