Skip to content

Commit e9da027

Browse files
Update tracing-subscriber requirement from 0.2 to 0.3 in /ruby/extractor
Updates the requirements on [tracing-subscriber](https://github.com/tokio-rs/tracing) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.2.0...tracing-subscriber-0.3.0) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afc7867 commit e9da027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tree-sitter-embedded-template = "0.19"
1414
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "bb6a42e42b048627a74a127d3e0184c1eef01de9" }
1515
clap = "2.33"
1616
tracing = "0.1"
17-
tracing-subscriber = { version = "0.2", features = ["env-filter"] }
17+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1818
rayon = "1.5.0"
1919
num_cpus = "1.13.0"
2020
regex = "1.4.3"

0 commit comments

Comments
 (0)