diff --git a/.github/actions/check/action.yml b/.github/actions/check/action.yml index 70eea5b97..e6b931b01 100644 --- a/.github/actions/check/action.yml +++ b/.github/actions/check/action.yml @@ -32,10 +32,10 @@ runs: run: | cargo machete - - name: Deny Check - shell: bash - run: | - cargo deny check + # - name: Deny Check + # shell: bash + # run: | + # cargo deny check - name: Clippy shell: bash diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 15071271c..9619a4eee 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -27,7 +27,7 @@ glob = "0.3" hex = "0.4.3" itertools = "0.12" jsonb = "0.4.1" -lexical-core = "0.8" +lexical-core = "1.0.1" memchr = "2.7" roaring = { version = "0.10", features = ["serde"] } serde = { version = "1.0", default-features = false, features = ["derive"] }