Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 7, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
serde_yaml (source) dependencies patch 0.0.10 -> 0.0.12

Release Notes

sebastienrousseau/serde_yml (serde_yaml)

v0.0.12: Serde YML 🦀 v0.0.12

Compare Source

Release v0.0.12 - 2024-08-25

Serde YML logo

Serde YML (a fork of Serde YAML)

Made With Love Crates.io lib.rs Docs.rs Codecov Build Status GitHub

Serde YML is a Rust library for using the Serde serialization framework with data in YAML file format.

Changelog 📚

Merge pull request #​11 from sebastienrousseau/feat/serde_yml

What's Changed

Full Changelog: sebastienrousseau/serde_yml@v0.0.11...v0.0.12

v0.0.11: Serde YML 🦀 v0.0.11

Compare Source

Release v0.0.11 - 2024-07-21
Serde YML (a fork of Serde YAML)

GitHub Crates.io Docs.rs Codecov Build Status

A Rust library for using the Serde serialization framework with data in YAML file format. This project, has been renamed to Serde YML to avoid confusion with the original Serde YAML crate which is now archived and no longer maintained.

New Features

A very small release with a few minor improvements and bug fixes mostly focussed on the latest LibYML v0.0.4 update.

Bug Fixes
  • Resolved Cargo lint error related to keyword_idents group priority
Improvements
  • Updated to LibYML v0.0.4 for enhanced YAML processing capabilities
License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Changelog
What's Changed
New Contributors

Full Changelog: sebastienrousseau/serde_yml@v0.0.10...v0.0.11


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

DanielVoogsgerd and others added 10 commits April 6, 2025 22:16
xtasks allow us to write rust implementations for common tasks that
happen around the development of Brane. The advantages of writing these
tasks in rust itself, is that is does not pose any additional
dependencies besides the once that we already have.

Additionally, it provides us with the full power of the rust language we
in automating these common tasks

Inspired by: https://github.com/matklad/cargo-xtask

We start off with two subcommands: completions and manpage generation

This also allows us to remove the pesky completion binaries from the
brane-ctl and brane-cli workspace members.
Also restructure xtasks into different modules.
@renovate
Copy link
Author

renovate bot commented Apr 7, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-api/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-cfg/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-cli/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-ctl/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-job/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-let/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-reg/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-tsk/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path specifications/Cargo.toml --package serde_yml@0.0.10 --precise 0.0.12
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants