Skip to content

Commit

Permalink
chore(deps): bump tracing-subscriber in /rust/bagua-core (#580)
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.10 to 0.3.11.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.10...tracing-subscriber-0.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent f77a9fc commit eb28a92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rust/bagua-core/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 rust/bagua-core/bagua-core-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
bagua-core-internal = { path = "../bagua-core-internal" }
libc = "0.2"
tracing = "0.1"
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
anyhow = "1.0"
color-eyre = "0.6"
numpy = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion rust/bagua-core/bagua-core-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"

[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
thiserror = "1"
base64 = "0.13"
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion rust/bagua-core/bagua-core-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/lib.rs"
bagua-core-internal = { path = "../bagua-core-internal" }
ndarray = "0.15.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
anyhow = "1.0"
color-eyre = "0.6"
numpy = "0.15.1"
Expand Down

0 comments on commit eb28a92

Please sign in to comment.