diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e556579..ab8f905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: - uses: actions/checkout@v4 - run: rustup default nightly && rustup update nightly + - run: cargo update - uses: taiki-e/install-action@cargo-hack - uses: taiki-e/install-action@cargo-minimal-versions diff --git a/turbosql-impl/Cargo.toml b/turbosql-impl/Cargo.toml index e037ead..3cc9090 100644 --- a/turbosql-impl/Cargo.toml +++ b/turbosql-impl/Cargo.toml @@ -11,7 +11,6 @@ version = "0.10.0" proc-macro = true [dependencies] -ahash = "0.8.7" fs2 = "0.4.0" once_cell = "1.18.0" proc-macro-error = "1.0.0" diff --git a/turbosql/Cargo.toml b/turbosql/Cargo.toml index fea5b43..f73e246 100644 --- a/turbosql/Cargo.toml +++ b/turbosql/Cargo.toml @@ -15,7 +15,6 @@ version = "0.10.0" turbosql-impl = {path = "../turbosql-impl", version = "=0.10.0"} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -ahash = "0.8.7" directories-next = "2.0.0" log = "0.4.4" once_cell = "1.18.0"