diff options
| author | Fuwn <[email protected]> | 2021-05-12 11:44:23 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-12 11:44:23 -0700 |
| commit | f850c4bd21286601f4d68f7fa2f5c6fa970b34fc (patch) | |
| tree | 8e74d2440a0eace287253e71e473bd0480d9e59c | |
| parent | Merge pull request #24 from Whirlsplash/renovate/commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate serde to 1.0.126 (diff) | |
| download | whirl-f850c4bd21286601f4d68f7fa2f5c6fa970b34fc.tar.xz whirl-f850c4bd21286601f4d68f7fa2f5c6fa970b34fc.zip | |
Merge pull request #26 from Whirlsplash/renovate/serde-1.x
fix(deps): update rust crate serde to 1.0.126
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ sysinfo = "0.17.3" # Byte Manipulation bytes = "1.0.1" -serde = "1.0.125" +serde = "1.0.126" serde_derive = "1.0.126" byteorder = "1.4.3" |