Skip to content

Commit

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

Bump serde from 1.0.201 to 1.0.202 in /rust
  • Loading branch information
MolotovCherry authored May 20, 2024
2 parents 99eab69 + 8722366 commit a4d4822
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.201", features = ["derive"] }
serde = { version = "1.0.202", 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.201"
serde = "1.0.202"

0 comments on commit a4d4822

Please sign in to comment.