Skip to content

Commit

Permalink
Bump serde from 1.0.196 to 1.0.197 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 309778a commit bc00862
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.1", default-features = false }
humantime = "2.1.0"
once_cell = "1.19.0"
scryptenc = { version = "0.9.3", path = "../scryptenc" }
serde = { version = "1.0.196", features = ["derive"], optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }
serde_json = { version = "1.0.113", optional = true }
sysexits = "0.7.11"
sysinfo = "0.30.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/scryptenc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.196", default-features = false, features = ["derive"], optional = true }
serde = { version = "1.0.197", default-features = false, features = ["derive"], optional = true }
sha2 = { version = "0.10.8", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit bc00862

Please sign in to comment.