Skip to content

Commit

Permalink
Merge pull request #94 from MolotovCherry/dependabot/cargo/rust/serde…
Browse files Browse the repository at this point in the history
…-1.0.197

Bump serde from 1.0.196 to 1.0.197 in /rust
  • Loading branch information
MolotovCherry authored Feb 26, 2024
2 parents a0dced7 + 8f1fe7d commit 83d7e6d
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 @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
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 @@ -17,4 +17,4 @@ windows = { version = "0.52.0", features = ["Win32_Foundation"] }
win-pipes = { git = "https://github.com/MolotovCherry/WinPipes-rs" }
lazy_format = "2.0.3"
joinery = "3.1.0"
serde = "1.0.196"
serde = "1.0.197"

0 comments on commit 83d7e6d

Please sign in to comment.