diff --git a/Cargo.lock b/Cargo.lock index 1f8e41c..528e23d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -504,9 +504,9 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "enum_dispatch" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" +checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" dependencies = [ "once_cell", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 22178cf..1bfa308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ egui = "0.22" egui_dnd = "0.4.0" encode_unicode = "1.0.0" #enigo = "0.0.14" -enum_dispatch = "0.3.12" +enum_dispatch = "0.3.13" finl_unicode = "1.2.0" glyph-names = "0.2.0" #gtk = "0.16.0"