Skip to content

Commit

Permalink
Bump the serde group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the serde group with 2 updates: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.156 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.156...v1.0.193)

Updates `serde_json` from 1.0.99 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.109)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 1, 2024
1 parent 350bc40 commit fda5348
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions svanill-vault-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ atty = "0.2.14"
anyhow = "1.0.78"
thiserror = "1.0.39"
reqwest = { version = "0.11.18", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.99"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
confy = "0.5.1"
rand = "0.8.5"
md-5 = "0.10.6"
Expand Down
4 changes: 2 additions & 2 deletions svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ structopt = "0.3.26"
diesel = { version = "2.0.3", features = ["sqlite", "r2d2"] }
diesel_migrations = "2.1.0"
libsqlite3-sys = { version = "0.25.2", features = ["bundled"] }
serde = "1.0.156"
serde_json = "1.0.99"
serde = "1.0.193"
serde_json = "1.0.109"
serde_derive = "1.0.130"
thiserror = "1.0.39"
ring = "0.16.20"
Expand Down

0 comments on commit fda5348

Please sign in to comment.