Skip to content

Commit

Permalink
chore(deps): Bump simd-json from 0.13.3 to 0.14.2 (#19118)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: xxchan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
dependabot[bot] and xxchan authored Oct 29, 2024
1 parent e24e19b commit d39ac9c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
22 changes: 15 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ serde = { version = "1", features = ["derive", "rc"] }
serde_derive = "1"
serde_json = "1"
serde_with = { version = "3", features = ["json"] }
simd-json = { version = "0.13.3", features = ["hints"] }
simd-json = { version = "0.14.2", features = ["hints"] }
sqlx = { workspace = true }
strum = "0.26"
strum_macros = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion src/connector/src/parser/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use simd_json::prelude::ValueAsContainer;
use simd_json::prelude::ValueAsObject;
use simd_json::BorrowedValue;

/// Get a value from a json object by key, case insensitive.
Expand Down
2 changes: 1 addition & 1 deletion src/connector/src/parser/unified/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use risingwave_common::types::{
use risingwave_common::util::iter_util::ZipEqFast;
use risingwave_connector_codec::decoder::utils::extract_decimal;
use simd_json::prelude::{
TypedValue, ValueAsContainer, ValueAsScalar, ValueObjectAccess, ValueTryAsScalar,
TypedValue, ValueAsArray, ValueAsScalar, ValueObjectAccess, ValueTryAsScalar,
};
use simd_json::{BorrowedValue, ValueType};
use thiserror_ext::AsReport;
Expand Down

0 comments on commit d39ac9c

Please sign in to comment.