Skip to content

Commit

Permalink
Bump serde from 1.0.201 to 1.0.202 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 2842261 commit 3e3c893
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 3e3c893

Please sign in to comment.