diff --git a/Cargo.lock b/Cargo.lock index 8450f82..8cd1fba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "jlabel" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "thiserror", @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "jlabel-question" -version = "0.1.2" +version = "0.1.3" dependencies = [ "jlabel", "regex-automata", @@ -37,9 +37,9 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "proc-macro2" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" dependencies = [ "aho-corasick", "memchr", @@ -72,18 +72,18 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "serde" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.48" +version = "2.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" dependencies = [ "proc-macro2", "quote", @@ -103,18 +103,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index dab13b9..4657649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.2" +version = "0.1.3" rust-version = "1.65.0" license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jlabel" @@ -15,7 +15,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] -jlabel = { path = "crates/jlabel", version = "0.1.2" } -jlabel-question = { path = "crates/jlabel-question", version = "0.1.2" } +jlabel = { path = "crates/jlabel", version = "0.1.3" } +jlabel-question = { path = "crates/jlabel-question", version = "0.1.3" } thiserror = "1.0.56" diff --git a/crates/jlabel-question/README.md b/crates/jlabel-question/README.md index 2fe4d38..073273a 100644 --- a/crates/jlabel-question/README.md +++ b/crates/jlabel-question/README.md @@ -8,7 +8,7 @@ Put the following in Cargo.toml ```toml [dependencies] -jlabel-question = "0.1.2" +jlabel-question = "0.1.3" ``` ## Copyrights diff --git a/crates/jlabel/README.md b/crates/jlabel/README.md index a7cdf81..57636bb 100644 --- a/crates/jlabel/README.md +++ b/crates/jlabel/README.md @@ -8,7 +8,7 @@ Put the following in Cargo.toml ```toml [dependencies] -jlabel = "0.1.2" +jlabel = "0.1.3" ``` ## License