1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-02 12:56:16 +02:00

chore(deps): bump serde_repr from 0.1.11 to 0.1.12

Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.11...0.1.12)

---
updated-dependencies:
- dependency-name: serde_repr
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-22 01:12:50 +00:00 committed by GitHub
parent fc6d0618ac
commit df4ff2f9d9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -2692,13 +2692,13 @@ dependencies = [
[[package]]
name = "serde_repr"
version = "0.1.11"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc"
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn 2.0.2",
]
[[package]]