Skip to content

Commit

Permalink
Bump tracing from 0.1.40 to 0.1.41 (#1429)
Browse files Browse the repository at this point in the history
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.40 to 0.1.41.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a056b95 commit efab76c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subtle = "2.6.1"
thiserror = "2.0.3"
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.40"
tracing = "0.1.41"
trillium = "0.2.20"
tracing-chrome = "0.7.2"
tracing-log = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sea-orm = "1.0.1"
serde_json = "1.0.133"
thiserror = "2.0.3"
time = "0.3.36"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = "0.3.18"

[dependencies.sea-orm-migration]
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ divviup-api.workspace = true
serde = "1.0.215"
serde_json = "1.0.133"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = [
"json",
Expand Down

0 comments on commit efab76c

Please sign in to comment.