diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-18 20:49:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-18 20:49:50 +0000 |
| commit | ab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6 (patch) | |
| tree | 39b63c4a259effeda961879add9a75603f0bba02 /Cargo.toml | |
| parent | Merge pull request #1 from Fuwn/renovate/configure (diff) | |
| download | elem-ab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6.tar.xz elem-ab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6.zip | |
fix(deps): update rust crate serde_derive to 1.0.157
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ url = "2.3.1" # URL Implementation # Serialization serde = "1.0.151" -serde_derive = "1.0.151" +serde_derive = "1.0.157" serde_json = "1.0.91" # Image Generation and Manipulation |