We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab3687 commit b9c619cCopy full SHA for b9c619c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.2.1
2
+Changed:
3
+* Upgraded lru dependency to fix a security vulnerability. [PR](https://github.com/ZeroTwo-Bot/cache-loader-async-rs/pull/15)
4
+
5
# v0.2.0
6
New/Changed:
7
* TTL Backing now uses fewer iterations through the entire list
Cargo.toml
@@ -2,7 +2,7 @@
name = "cache_loader_async"
description = "A thread safe loading cache with async loader functions based on tokio"
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
edition = "2018"
8
keywords = ["cache", "async"]
0 commit comments