Pull in serde NaN fix

This commit is contained in:
David Tolnay 2023-10-25 20:20:14 -07:00
parent 8fa21e5e27
commit 13e2610360
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ rust-version = "1.64"
indexmap = "2"
itoa = "1.0"
ryu = "1.0"
serde = "1.0.139"
serde = "1.0.190"
unsafe-libyaml = "0.2.7"
[dev-dependencies]