Skip to content

Commit 86e4da6

Browse files
committed
Update envlogger version and advance version
1 parent 5a273f8 commit 86e4da6

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 = "conntrack"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Matt Bolt <[email protected]>"]
55
repository = "https://github.com/rusty-bolt/conntrack-rs"
66
description = "Netfilter Conntrack"
@@ -21,7 +21,7 @@ serde = { version = "1.0.193", features = ["derive"] }
2121

2222
[dev-dependencies]
2323
anyhow = "1.0.70"
24-
env_logger = "0.10.0"
24+
env_logger = "0.11.3"
2525

2626
[[example]]
2727
name = "conntrack-dump"

0 commit comments

Comments
 (0)