Skip to content

Commit ba99571

Browse files
committed
Release slog-redis 0.1.2
1 parent 7c48be9 commit ba99571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/redislog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "slog-redis"
33
description = "Redis drain for slog-rs"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["Hannes de Jager <[email protected]>"]
66
edition = "2018"
77
license = "Apache-2.0"
@@ -13,7 +13,7 @@ repository = "https://github.com/bolcom/unFTP/tree/master/crates/redislog"
1313
readme = "README.md"
1414

1515
[dependencies]
16-
chrono = "0.4.6"
16+
chrono = "0.4.19"
1717
r2d2 = "0.8.9"
1818
r2d2_redis = "0.14.0"
1919
redis = "0.20.0"

0 commit comments

Comments
 (0)