Skip to content

Commit 97e4944

Browse files
Bump tracing-subscriber from 0.3.19 to 0.3.20 (#8232)
* Bump tracing-subscriber from 0.3.19 to 0.3.20 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * regex dep false positive --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton-4 <[email protected]>
1 parent 5fa6b29 commit 97e4944

File tree

3 files changed

+15
-37
lines changed

3 files changed

+15
-37
lines changed

Cargo.lock

Lines changed: 13 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ target-lexicon = "0.12.6"
156156
tempfile = "=3.2.0"
157157
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
158158
tracing-appender = "0.2.2"
159-
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
159+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
160160
walkdir = "2.3.2"
161161
wasm-bindgen = "0.2.84"
162162
wasm-bindgen-futures = "0.4.34"

crates/repl_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ target-all = [
4444
]
4545

4646
[package.metadata.cargo-udeps.ignore]
47-
development = ["roc_wasm_interp"]
47+
development = ["roc_wasm_interp", "regex"]

0 commit comments

Comments
 (0)