Browse Source

Merge pull request #54 from jbiason/dependabot/cargo/serde_derive-1.0.129

Bump serde_derive from 1.0.128 to 1.0.129
master
Julio Biason 3 years ago committed by GitHub
parent
commit
08181ce340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
Cargo.lock generated

@ -244,9 +244,9 @@ checksum = "d1f72836d2aa753853178eda473a3b9d8e4eefdaf20523b919677e6de489f8f1"
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.128" version = "1.0.129"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13af2fbb8b60a8950d6c72a56d2095c28870367cc8e10c55e9745bac4995a2c4" checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

Loading…
Cancel
Save