diff --git a/Cargo.lock b/Cargo.lock index e6387764..1565e153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -183,8 +183,18 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5" dependencies = [ - "ctor-proc-macro", - "dtor", + "ctor-proc-macro 0.0.5", + "dtor 0.0.6", +] + +[[package]] +name = "ctor" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e" +dependencies = [ + "ctor-proc-macro 0.0.7", + "dtor 0.1.1", ] [[package]] @@ -193,6 +203,12 @@ version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d" +[[package]] +name = "ctor-proc-macro" +version = "0.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" + [[package]] name = "cxx" version = "1.0.192" @@ -302,7 +318,16 @@ version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8" dependencies = [ - "dtor-proc-macro", + "dtor-proc-macro 0.0.5", +] + +[[package]] +name = "dtor" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301" +dependencies = [ + "dtor-proc-macro 0.0.6", ] [[package]] @@ -311,6 +336,12 @@ version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055" +[[package]] +name = "dtor-proc-macro" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" + [[package]] name = "either" version = "1.15.0" @@ -624,7 +655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f995fe29e20a4d5bf5af93d3c8384fd53772bbbc1bf3b03e38dce2b1b0425e3" dependencies = [ "bitflags", - "ctor", + "ctor 0.4.2", "napi-build", "napi-sys", "nohash-hasher", @@ -639,12 +670,12 @@ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" [[package]] name = "napi-derive" -version = "3.2.2" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd086ffe0174e091069fdd793c77b49e26fdd578cf497b11e906423942e354d4" +checksum = "97ef4e39564b008771df9a4983e4ea6c1f7fa6ad5252347b6dbf7f347a8f689a" dependencies = [ "convert_case", - "ctor", + "ctor 0.6.3", "napi-derive-backend", "proc-macro2", "quote", @@ -653,9 +684,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "2.1.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec60e1468ee7419894d30cb9aa494cafe2019e080938bda168cb6b7478f7fe2f" +checksum = "eb0d9a16e3fbfd6397f97e4eaafe9fbefb888a6120dd289dd12869fdb16af372" dependencies = [ "convert_case", "proc-macro2", diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 398e34c2..79916adc 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -6,6 +6,21 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "0.12.0 -> 0.13.1" +[[audits.convert_case]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.8.0 -> 0.10.0" + +[[audits.ctor]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.4.2 -> 0.6.3" + +[[audits.ctor-proc-macro]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.0.5 -> 0.0.7" + [[audits.cxx]] who = "Oliver Hamlet " criteria = "safe-to-deploy" @@ -26,6 +41,16 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "1.0.161 -> 1.0.192" +[[audits.dtor]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.0.6 -> 0.1.1" + +[[audits.dtor-proc-macro]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.0.5 -> 0.0.6" + [[audits.libloading]] who = "Oliver Hamlet " criteria = "safe-to-deploy" @@ -65,6 +90,16 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "2.2.3 -> 2.3.1" +[[audits.napi-derive]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "3.2.2 -> 3.5.0" + +[[audits.napi-derive-backend]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "2.1.2 -> 5.0.0" + [[audits.proc-macro2]] who = "Oliver Hamlet " criteria = "safe-to-deploy"