diff --git a/Cargo.lock b/Cargo.lock index 4591b38..d116991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "partiql-rs" -version = "0.202105.10" +version = "0.202105.12" dependencies = [ "anyhow", "collect-mac", @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "serde_partiql" -version = "1.0.64+20210523" +version = "1.1.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7b04784fda39b00abff6b16d5f210c768760cc0f974318deaf9f334d60f0329" +checksum = "9c2ee6c1faff6d960db86d6babf179dd680ae80c8a806f98c0fcf578aa82838d" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index e5bb1d3..7f01b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "partiql-rs" -version = "0.202105.11" +version = "0.202105.12" edition = "2018" description = "A implementation of PartiQL" homepage = "https://github.com/fuyutarow/partiql-rs" @@ -32,5 +32,5 @@ regex = "1.5.4" serde = "1.0.126" serde_derive = "1.0.126" serde_json = "1.0.64" -serde_partiql = "1.0.64+20210523" +serde_partiql = "1.1.64" structopt = "0.3.21"