Skip to content

Commit

Permalink
Update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
selmeci committed Oct 10, 2022
1 parent d493b93 commit 7e68968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cascara"
version = "0.1.0"
version = "0.1.1"
authors = ["Selmeci <selmeci.roman@gmail.com>"]
edition = "2018"
description = "Implementation of TinyLFU cache"
Expand All @@ -13,7 +13,7 @@ homepage = "https://github.com/selmeci/cascara"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
indexmap = "1.6"
indexmap = "1.9"
log = "0.4"
rand = "0.7"
rand = "0.8"
probabilistic-collections = "0.7"

0 comments on commit 7e68968

Please sign in to comment.