Skip to content

Commit

Permalink
Bump serde from 1.0.130 to 1.0.131
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.130...v1.0.131)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and saschagrunert committed Dec 9, 2021
1 parent cc68494 commit 60f1241
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Expand Up @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
diesel = { version = "1.4.8", optional = true }
anyhow = "1.0.51"
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.131", features = ["derive"] }
toml = "0.5.8"

[features]
Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ log = "0.4.14"
num_cpus = "1.13.0"
openssl = "0.10.38"
r2d2 = "0.8.9"
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.131", features = ["derive"] }
serde_json = "1.0.72"
thiserror = "1.0.30"
url = "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion frontend/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ webapp = { version = "1.0.0", path = ".." }
[dependencies]
anyhow = "1.0.51"
log = "0.4.14"
serde = { version = "1.0.130", features = ["derive"] }
serde = { version = "1.0.131", features = ["derive"] }
stdweb = "0.4.20"
thiserror = "1.0.30"
wasm-bindgen = "0.2.78"
Expand Down

0 comments on commit 60f1241

Please sign in to comment.