Skip to content

Commit

Permalink
Merge pull request #47 from hasura/dependabot/cargo/tracing-0.1.40
Browse files Browse the repository at this point in the history
Bump tracing from 0.1.37 to 0.1.40
  • Loading branch information
danieljharvey authored Oct 31, 2023
2 parents 67b00ff + 89e8eee commit 2050264
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = "1.0.188"
serde_derive = "^1.0"
serde_json = { version = "1.0.108", features = ["raw_value"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.37"
tracing = "0.1.40"
prometheus = "0.13.3"
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ schemars = { version = "0.8.15", features = ["smol_str"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.108"
sqlformat = "0.2.2"
tracing = "0.1.37"
tracing = "0.1.40"

[dev-dependencies]
insta = { version = "1.34.0", features = ["json"] }

0 comments on commit 2050264

Please sign in to comment.