xmlserde 0.12.0

useful tool for serializing and deserializing xml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Automatically open PRs to update outdated deps
# See https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates

version: 2
updates:
  # Enable version updates for cargo
  - package-ecosystem: "cargo"
    # Look for Cargo `.toml` and `.lock` files in the `root` directory
    directory: "/"
    # Check the cargo registry for updates every week
    schedule:
      interval: "weekly"