mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
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:
commit
08c5903a48
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue