Skip to content

Commit 3cb53ab

Browse files
authored
chore(ci): Fix CI (#11057)
1 parent ca47d79 commit 3cb53ab

File tree

4 files changed

+34
-78
lines changed

4 files changed

+34
-78
lines changed

Cargo.lock

Lines changed: 16 additions & 38 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
@@ -113,7 +113,7 @@ resolver = "2"
113113
toml = "0.8.2"
114114
tracing = "0.1.40"
115115
tracing-chrome = "0.5.0"
116-
tracing-subscriber = "0.3.18"
116+
tracing-subscriber = "0.3.20"
117117
triomphe = "0.1.13"
118118
unicode-id-start = "1.2.0"
119119
unicode-width = "0.1.4"

bindings/Cargo.lock

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

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ resolver = "2"
5757
tracing = "0.1.41"
5858
tracing-chrome = "0.7.2"
5959
tracing-futures = "0.2.5"
60-
tracing-subscriber = "0.3.19"
60+
tracing-subscriber = "0.3.20"
6161
unicode-width = "0.2.1"
6262
wasm-bindgen = "0.2.100"
6363
wasm-bindgen-futures = "0.4.50"

0 commit comments

Comments
 (0)