Skip to content

Commit

Permalink
Merge pull request #640 from Narfinger/dependabot/cargo/serde-1.0.193
Browse files Browse the repository at this point in the history
Bump serde from 1.0.192 to 1.0.193
  • Loading branch information
Narfinger authored Nov 29, 2023
2 parents 7357990 + 25a3f3e commit 4ce0521
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ preferences = "1.1.0"
rand = "0.8.5"
rayon = "1.8.0"
taglib = "1.0.0"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
toml = "0.8.2"
tokio = { version = "1.33.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion viola_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ backend = ["diesel"]
[dependencies]
diesel = { version = "2.1.4", features = ["sqlite"], optional = true }
serde_json = "1.0.108"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
2 changes: 1 addition & 1 deletion web_gui_yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ humantime = "2.1.0"
indextree = "4.6.0"
log = "0.4.20"
reqwasm = "0.5.0"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
viola_common = { path = "../viola_common" }
wasm-bindgen = "0.2.88"
Expand Down

0 comments on commit 4ce0521

Please sign in to comment.