chore(rust): specify exact version of tracing (#7037)

Because of the patch we apply, if we delete `Cargo.lock`, this line
causes an error. Deleting `Cargo.lock` should be valid in general.

---------

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
Reactor Scram
2024-10-15 17:06:57 -05:00
committed by GitHub
parent 40760869f7
commit 8814dc8cdc

View File

@@ -85,7 +85,7 @@ tracing-stackdriver = { git = "https://github.com/thomaseizinger/tracing-stackdr
# Enforce `tracing-macros` to have released `tracing` version.
[patch.'https://github.com/tokio-rs/tracing']
tracing = "0.1"
tracing = "0.1.40"
[profile.release]
strip = true