Skip to content

Commit

Permalink
Release slog-redis 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Apr 25, 2021
1 parent 7c48be9 commit ba99571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/redislog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "slog-redis"
description = "Redis drain for slog-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Hannes de Jager <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/bolcom/unFTP/tree/master/crates/redislog"
readme = "README.md"

[dependencies]
chrono = "0.4.6"
chrono = "0.4.19"
r2d2 = "0.8.9"
r2d2_redis = "0.14.0"
redis = "0.20.0"
Expand Down

0 comments on commit ba99571

Please sign in to comment.