diff --git a/Cargo.lock b/Cargo.lock index f41ef4f3..d6f5a7df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2930,9 +2930,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" +checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" [[package]] name = "opa-wasm" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 076c237a..228e2496 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -14,7 +14,7 @@ http = "0.2.8" http-body = "0.4.5" hyper = "0.14.20" hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false, optional = true } -once_cell = "1.13.1" +once_cell = "1.14.0" opentelemetry = "0.17.0" opentelemetry-http = "0.6.0" opentelemetry-semantic-conventions = "0.9.0"