Skip to content

Commit

Permalink
Bump serde from 1.0.192 to 1.0.193
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.192 to 1.0.193.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 7601266 commit 25a3f3e
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 25a3f3e

Please sign in to comment.