Skip to content

Commit

Permalink
Bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Apr 18, 2022
1 parent b34d815 commit 43a516b
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 = "tracing-gelf"
version = "0.6.0"
version = "0.7.0"
authors = ["Harry Barber <harrybarber@protonmail.com>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -28,8 +28,8 @@ futures-util = { version = "0.3", features = ["sink"] }
thiserror = "1"
tokio = { version = "1", features = ["io-util", "net", "time"] }
tokio-rustls = { version = "0.23", optional = true }
tokio-util = { version = "0.6", features = ["codec", "net"] }
tracing-core = "0.1.24"
tokio-util = { version = "0.7", features = ["codec", "net"] }
tracing-futures = "0.2"
tracing-subscriber = "0.3"

Expand Down

0 comments on commit 43a516b

Please sign in to comment.