Skip to content

Commit

Permalink
Merge pull request #138 from MolotovCherry/dependabot/cargo/rust/serd…
Browse files Browse the repository at this point in the history
…e-1.0.203

Bump serde from 1.0.202 to 1.0.203 in /rust
  • Loading branch information
MolotovCherry committed May 27, 2024
2 parents 0497697 + d70904b commit 98a8730
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
log = "0.4.21"
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
owo-colors = "4.0.0"
serde_json = "1.0.117"
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ owo-colors = "4.0.0"
serde_json = "1.0.117"
lazy_format = "2.0.3"
joinery = "3.1.0"
serde = "1.0.202"
serde = "1.0.203"

0 comments on commit 98a8730

Please sign in to comment.