Skip to content

Commit

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

---
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] committed May 15, 2024
1 parent 2842261 commit 5cb3ef6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fraction = { version = "0.15.3", default-features = false }
humantime = "2.1.0"
once_cell = "1.19.0"
scryptenc = { version = "0.9.5", path = "../scryptenc" }
serde = { version = "1.0.201", features = ["derive"], optional = true }
serde = { version = "1.0.202", features = ["derive"], optional = true }
serde_json = { version = "1.0.117", optional = true }
sysexits = "0.7.13"
sysinfo = "0.30.12"
Expand Down
2 changes: 1 addition & 1 deletion crates/scryptenc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ctr = "0.9.2"
hmac = "0.12.1"
rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] }
scrypt = { version = "0.11.0", default-features = false }
serde = { version = "1.0.201", default-features = false, features = ["derive"], optional = true }
serde = { version = "1.0.202", default-features = false, features = ["derive"], optional = true }
sha2 = { version = "0.10.8", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 5cb3ef6

Please sign in to comment.