Skip to content

Commit

Permalink
Merge pull request #604 from OpenPoolProject/renovate/tracing-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tracing to 0.1.40
  • Loading branch information
kilpatty authored Nov 30, 2023
2 parents 82bb94a + f7bd63c commit 4a902cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_json = "1.0.96"
extended-primitives = {version = "0.3.8"}

# Telemtry
tracing = "0.1.38"
tracing = "0.1.40"

# Primitives
uuid = { version = "1.3.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
Expand Down

0 comments on commit 4a902cd

Please sign in to comment.