Skip to content

Commit

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

Bump serde from 1.0.197 to 1.0.198 in /rust
  • Loading branch information
MolotovCherry authored Apr 22, 2024
2 parents 6ee25dd + 79cccc4 commit d2c42f3
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.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
thiserror = "1.0.59"
owo-colors = "4.0.0"
serde_json = "1.0.116"
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.116"
lazy_format = "2.0.3"
joinery = "3.1.0"
serde = "1.0.197"
serde = "1.0.198"

0 comments on commit d2c42f3

Please sign in to comment.