diff --git a/rustsec_util/Cargo.lock b/rustsec_util/Cargo.lock index a607b4b..afff8ac 100644 --- a/rustsec_util/Cargo.lock +++ b/rustsec_util/Cargo.lock @@ -1739,9 +1739,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.41.2" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2dfd11f6efbd39491d71a3864496f0b6f45e2d01b73b26c55d631c4e0dafaef" +checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558" dependencies = [ "arc-swap", "async-trait", @@ -1774,6 +1774,7 @@ dependencies = [ "tower-http", "tracing", "url", + "web-time", ] [[package]] @@ -2979,6 +2980,17 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "serde", + "wasm-bindgen", +] + [[package]] name = "winapi" version = "0.3.9" diff --git a/rustsec_util/Cargo.toml b/rustsec_util/Cargo.toml index f26635e..6239be1 100644 --- a/rustsec_util/Cargo.toml +++ b/rustsec_util/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0", features = ["backtrace"] } cargo_metadata = "0.18" chrono = "0.4" log = "0.4" -octocrab = "0.41" +octocrab = "0.42" once_cell = "1.20" regex = "1.11" rustsec = "0.30"