diff --git a/Cargo.lock b/Cargo.lock index 8a3189c..953fd92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,9 +2301,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "once_cell_polyfill" diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 04ee71b..0e8da36 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -54,7 +54,7 @@ test = true [dependencies] hyperlight-host.workspace = true libc = "0.2.183" -once_cell = "1.21.3" +once_cell = "1.21.4" tracing = "0.1.44" log = "0.4" cfg-if = "1"