diff --git a/Cargo.lock b/Cargo.lock index c51cd7d..1e0680c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2091,9 +2091,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.66" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" +checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 396fc08..1798114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ lemmeknow = "0.8.0" log = "0.4" num = "0.4" once_cell = "1.18.0" -proc-macro2 = "1.0.63" # Required due to https://github.com/rust-lang/rust/issues/113152 +proc-macro2 = "1.0.76" # Required due to https://github.com/rust-lang/rust/issues/113152 rayon = "1.7.0" regex = "1.9.1" text_io = "0.1.12"