Merge pull request #4017 from roc-lang/dependabot/cargo/serde-1.0.144

Bump serde from 1.0.139 to 1.0.144
This commit is contained in:
Ayaz 2022-09-12 12:44:14 -04:00 committed by GitHub
commit 08c5903a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -54,7 +54,7 @@ palette = "0.6.1"
confy = { git = 'https://github.com/rust-cli/confy', features = [
"yaml_conf"
], default-features = false }
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.144", features = ["derive"] }
nonempty = "0.8.0"
fs_extra = "1.2.0"
rodio = { version = "0.15.0", optional = true } # to play sounds