From 5bfde4f074bf6690e1060dcd1cdca94377fdd8f6 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Fri, 18 Oct 2024 17:54:55 -0700 Subject: [PATCH] bump shadow-rs --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea4bb40007..d55e22cac2 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 = "Inflector" @@ -5250,7 +5250,7 @@ dependencies = [ [[package]] name = "influxdb_line_protocol" version = "0.1.0" -source = "git+https://github.com/evenyag/influxdb_iox?branch=feat/line-protocol#10ef0d0b02705ac7518717390939fa3a9bcfcacc" +source = "git+https://github.com/evenyag/influxdb_iox?branch=feat%2Fline-protocol#10ef0d0b02705ac7518717390939fa3a9bcfcacc" dependencies = [ "bytes", "nom", @@ -10912,9 +10912,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.31.1" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c282402d25101f9c893e9cd7e4cae535fe7db18b81291de973026c219ddf1e" +checksum = "2311e39772c00391875f40e34d43efef247b23930143a70ca5fbec9505937420" dependencies = [ "const_format", "git2", diff --git a/Cargo.toml b/Cargo.toml index 846ab2d938..3bdbf4c025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ schemars = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["float_roundtrip"] } serde_with = "3" -shadow-rs = "0.31" +shadow-rs = "0.35" similar-asserts = "1.6.0" smallvec = { version = "1", features = ["serde"] } snafu = "0.8"