Skip to content

Commit 68f9f8c

Browse files
committed
fix: issue #40
1 parent a8083ff commit 68f9f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "delay_timer"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["binchengZhao <binchengZhao@outlook.com>"]
55
edition = "2018"
66
repository = "https://github.com/BinChengZhao/delay-timer"
@@ -31,7 +31,7 @@ cron_clock = "0.8.0"
3131
anyhow = "^1.0.31"
3232
rs-snowflake = "0.6.0"
3333
dashmap = "^4.0.2"
34-
lru = "^0.6.5"
34+
lru = "^0.7.5"
3535
once_cell = "1.9.0"
3636
futures = "^0.3.13"
3737
smol = "^1.2.5"

0 commit comments

Comments
 (0)