-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(json): parse str in case it's json value
- Loading branch information
1 parent
20ef953
commit a6e622b
Showing
4 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dd-tracing-layer" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Roberto Huertas <[email protected]>"] | ||
description = "Send your logs to Datadog" | ||
edition = "2021" | ||
|
@@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" } | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
log-tracing-layer = { path = "../log-tracing-layer", version = "0.2.0" } | ||
log-tracing-layer = { path = "../log-tracing-layer", version = "0.3.0" } | ||
tracing-subscriber = "0.3" | ||
tracing = "0.1" | ||
reqwest = { version = "0.11", features = ["gzip"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "log-tracing-layer" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Roberto Huertas <[email protected]>"] | ||
description = "Build your own custom tracing layer." | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters