Skip to content

Commit

Permalink
Merge pull request #130 from MolotovCherry/dependabot/cargo/rust/past…
Browse files Browse the repository at this point in the history
…e-1.0.15

Bump paste from 1.0.14 to 1.0.15 in /rust
  • Loading branch information
MolotovCherry authored May 20, 2024
2 parents d809151 + ca4eeba commit 16e7f45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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/wdf-umdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
workspace = true

[dependencies]
paste = "1.0.14"
paste = "1.0.15"
bytemuck = "1.15.0"
thiserror = "1.0.59"

Expand Down
2 changes: 1 addition & 1 deletion rust/wdf-umdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ workspace = true

[dependencies]
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
paste = "1.0.14"
paste = "1.0.15"
thiserror = "1.0.59"

0 comments on commit 16e7f45

Please sign in to comment.