Skip to content

Commit

Permalink
Bump tracing from 0.1.40 to 0.1.41
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]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 50f7049 commit 9f0f986
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 agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pty-process = { version = "0.4.0", features = ["async"] }
rand = "0.8.5"
tokio = "1.41.1"
tokio-tungstenite = "0.24.0"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
webterm-core = { path = "../core" }
url = "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ rust-version.workspace = true
flatbuffers = "24.3.25"
rand = "0.8.5"
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.40"
tracing = "0.1.41"
ring = "0.17.8"
semver = "1.0.23"
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0.132"
tokio = { version = "1.41.1", features = ["full"] }
tokio-tungstenite = "0.24.0"
tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
webterm-core = { path = "../core" }
rand = "0.8.5"
Expand Down

0 comments on commit 9f0f986

Please sign in to comment.