豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

it looks dependabot doesn't support toml 1.1 yet #14746

@anatawa12

Description

@anatawa12

Is there an existing issue for this?

  • I have searched the existing issues

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

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" ]

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

Metadata

Metadata

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions