version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "weekly"
groups:
tauri:
patterns: [ 'tauri', 'tauri-build' ]
clap:
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/vrc-get-gui"
open-pull-requests-limit: 20
schedule:
interval: "weekly"
groups:
radix-ui:
patterns: [ "@radix-ui/*" ]
react:
patterns: [ "react", "react-dom", "@types/react", "@types/react-dom" ]
tanstack-router:
patterns: [ "@tanstack/*router*" ]
tailwindcss:
patterns: [ "tailwindcss", "@tailwindcss/*" ]
i18next:
patterns: [ "i18next", "react-i18next" ]
We expect succesful dependabot run but it fails to parse cargo.toml because of lack of toml 1.1 support.
Is there an existing issue for this?
Package ecosystem
cargo
Package manager version
1.94.0
Language version
1.94.0
Manifest location and content before the Dependabot update
https://github.com/vrc-get/vrc-get/blob/91d8b73fad3ece17e48c1ca3c5a8985ceef44a8b/vrc-get-gui/windows-installer-wrapper/Cargo.toml
dependabot.yml content
https://github.com/vrc-get/vrc-get/blob/91d8b73fad3ece17e48c1ca3c5a8985ceef44a8b/.github/dependabot.yml
Updated dependency
No response
What you expected to see, versus what you actually saw
We expect succesful dependabot run but it fails to parse cargo.toml because of lack of toml 1.1 support.
Native package manager behavior
Rust 1.94.0 or later supports toml 1.1
Images of the diff or a link to the PR, issue, or logs
https://github.com/vrc-get/vrc-get/actions/runs/24519521166/job/71673025030
Smallest manifest that reproduces the issue
No response