Bump serde_repr from 0.1.19 to 0.1.20 (#1388)

This commit is contained in:
dependabot[bot] 2025-06-14 08:50:18 +00:00 committed by GitHub
parent c5ceb7f47a
commit 148356c185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1690,9 +1690,9 @@ dependencies = [
[[package]]
name = "serde_repr"
version = "0.1.19"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
dependencies = [
"proc-macro2",
"quote",

View file

@ -56,7 +56,7 @@ rowan.workspace = true
rustc-hash.workspace = true
serde_json.workspace = true
serde_regex = "1.1.0"
serde_repr = "0.1.19"
serde_repr = "0.1.20"
serde.workspace = true
symbols = { path = "../symbols" }
syntax = { path = "../syntax" }