Skip to content

Commit

Permalink
Merge pull request #24 from baoyachi/issue_23
Browse files Browse the repository at this point in the history
Deny RUSTSEC traitobject enhancement
  • Loading branch information
baoyachi authored Jul 19, 2022
2 parents fd997fd + d699069 commit 86e0beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-log"
version = "1.5.1"
version = "1.6.0"
authors = ["baoyachi <[email protected]>"]
description = "A simple log. It's really simple use"
edition = "2018"
Expand All @@ -15,7 +15,7 @@ license = "MIT AND Apache-2.0"

[dependencies]
log = "0.4.11"
log4rs = "0.13.0"
log4rs = { version = "0.13.0", default-features = false, features = ["all_components", "humantime", "serde", "serde-value", "yaml_format", "gzip"] }
once_cell = "1.5.2"
serde = { version = "1.0.117", features = ["derive"] }
is_debug = "1.0.1"
Expand Down

0 comments on commit 86e0beb

Please sign in to comment.