ci: automatically update Cargo.lock (#2416)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated workflow to ignore changes in the `Cargo.lock` file during
documentation checks, reducing unnecessary workflow failures.
- Enhanced release process by adding automated lockfile updates for
Node.js and Rust components.
- Removed an obsolete package-lock update job from the publishing
workflow to streamline releases.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Will Jones
2025-06-03 07:49:21 -07:00
committed by GitHub
parent 0525c055fc
commit 570f2154d5
5 changed files with 24 additions and 23 deletions

8
Cargo.lock generated
View File

@@ -4123,7 +4123,7 @@ dependencies = [
[[package]]
name = "lancedb"
version = "0.19.2-beta.0"
version = "0.20.0-beta.0"
dependencies = [
"arrow",
"arrow-array",
@@ -4210,7 +4210,7 @@ dependencies = [
[[package]]
name = "lancedb-node"
version = "0.19.2-beta.0"
version = "0.20.0-beta.0"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4235,7 +4235,7 @@ dependencies = [
[[package]]
name = "lancedb-nodejs"
version = "0.19.2-beta.0"
version = "0.20.0-beta.0"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4255,7 +4255,7 @@ dependencies = [
[[package]]
name = "lancedb-python"
version = "0.22.2-beta.0"
version = "0.23.0-beta.0"
dependencies = [
"arrow",
"env_logger",