Files
letro-authentication-service/Cargo.toml
Quentin Gliech 3ea8668e39 Bump the OTEL crates to 0.19.0 (#1132)
* Bump the OTEL crates to 0.19.0

Also pins a bunch of versions in the Dockerfile and fixes the docker build in CI
2023-04-24 17:10:55 +00:00

19 lines
604 B
TOML

[workspace]
default-members = ["crates/cli"]
members = ["crates/*"]
[profile.dev.package.num-bigint-dig]
opt-level = 3
[profile.dev.package.sqlx-macros]
opt-level = 3
# Until https://github.com/dylanhart/ulid-rs/pull/56 gets released
[patch.crates-io.ulid]
git = "https://github.com/dylanhart/ulid-rs.git"
rev = "0b9295c2db2114cd87aa19abcc1fc00c16b272db"
# Until https://github.com/tokio-rs/tracing-opentelemetry/pull/12 gets merged and released
[patch.crates-io.tracing-opentelemetry]
git = "https://github.com/jaysonsantos/tracing-opentelemetry.git"
rev = "76b0a0fe45fd53c352e8bfdcdfad775aed727e4c"