From c5fe72c018ac8969c7b3c7bc506a9dcf78cbc50e Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Mon, 28 Oct 2024 10:10:07 -0700 Subject: [PATCH] Update ion-schema dependency; bump version to 0.8.0 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaf472e..63c045b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "ion-cli" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "assert_cmd", @@ -968,9 +968,9 @@ dependencies = [ [[package]] name = "ion-schema" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d1b8c63d60bed2413c751d9dc6c8ff49b34d0b9b7357f1bcfc31e5e832667c" +checksum = "fa5961f23d04dc16ed65e67762527344ac02c808c6d1e7ea5af4f2fc5929c434" dependencies = [ "half", "ion-rs", diff --git a/Cargo.toml b/Cargo.toml index 4960b3f..63b859c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.7.0" +version = "0.8.0" authors = ["The Ion Team "] edition = "2021" description = "Command line tool for working with the Ion data format." @@ -24,7 +24,7 @@ infer = "0.15.0" # See https://github.com/amazon-ion/ion-cli/issues/155 ion-rs = { version = "=1.0.0-rc.8", features = ["experimental", "experimental-ion-hash"] } tempfile = "3.2.0" -ion-schema = "0.14.0" +ion-schema = "0.14.1" lowcharts = "0.5.8" serde = { version = "1.0.163", features = ["derive"] } serde_json = { version = "1.0.81", features = ["arbitrary_precision", "preserve_order"] }