diff --git a/Cargo.lock b/Cargo.lock index b199764..d8fed1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "caith" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240c7fac77b9fb19968709ebe30067855f94fde70548fa807d88e82db7df05c2" +checksum = "e1415036b1c1bd665d42d63cf2a70726718da12652c712dd6c5e02608e202971" dependencies = [ "pest", "pest_derive", @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "disle" -version = "1.2.3" +version = "1.2.4" dependencies = [ "caith", "futures", diff --git a/Cargo.toml b/Cargo.toml index e76cb44..80f6802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "disle" -version = "1.2.3" +version = "1.2.4" authors = ["Geobert Quach "] edition = "2018" description = "A Discord dice roller bot with alias management" @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] tokio = { version = "1.5.0", features = ["macros", "signal", "rt-multi-thread"] } -caith = { version = "4.2.0", features = ["ova", "cde", "cards"] } +caith = { version = "4.2.1", features = ["ova", "cde", "cards"] } # caith = { path = "../caith", features = ["ova", "cde", "cards"] } ron = "0.6.4" serde = { version = "1.0.125", features = ["serde_derive"] }