Skip to content

Commit

Permalink
Update paste to 1.0.14
Browse files Browse the repository at this point in the history
Summary: This is needed for D50668794, which is updating webauthn-rs

Reviewed By: zertosh

Differential Revision: D50678571

fbshipit-source-id: b7aadd10b7c44377bd04363cf6105c93ecebd302
  • Loading branch information
Sebastian Messmer authored and facebook-github-bot committed Oct 26, 2023
1 parent 730e0d2 commit dd1490f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
num-traits = "0.2"
paste = "1.0.13"
paste = "1.0.14"
perf-event-open-sys = "4.0"
procfs = "0.15.1"
raw-cpuid = "10.6.0"
Expand Down
2 changes: 1 addition & 1 deletion reverie-syscalls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bitflags = "1.3"
derive_more = "0.99.17"
libc = "0.2.139"
nix = "0.25"
paste = "1.0.13"
paste = "1.0.14"
reverie-memory = { version = "0.1.0", path = "../reverie-memory" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
syscalls = { version = "0.6.7", features = ["serde"] }

0 comments on commit dd1490f

Please sign in to comment.