Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Nov 3, 2024
1 parent 7f9593c commit f274bfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ description = "A customizable ndjson formatter for outputting tracing events"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.31"
serde = "1.0.188"
serde_json = "1.0.107"
thiserror = "1.0.49"
tracing-core = "0.1.31"
tracing-subscriber = "0.3.17"
chrono = "0.4.38"
serde = "1"
serde_json = "1"
thiserror = "1"
tracing-core = "0.1.32"
tracing-subscriber = "0.3.18"

[dev-dependencies]
tracing = "0.1.37"
tracing = "0.1.40"

0 comments on commit f274bfa

Please sign in to comment.