Make `cargo check` pass

This commit is contained in:
Daniël de Kok 2024-09-17 08:52:39 +00:00
parent 5726a9ca81
commit cd9fc66058
1 changed files with 6 additions and 0 deletions

6
Cargo.lock generated
View File

@ -1839,6 +1839,12 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
name = "init-tracing-opentelemetry"
version = "0.14.1"