Skip to content

Commit

Permalink
Merge pull request #171 from MarcusDunn/dependabot/cargo/lean/serde-1…
Browse files Browse the repository at this point in the history
….0.196

Bump serde from 1.0.193 to 1.0.196 in /lean
  • Loading branch information
MarcusDunn authored Feb 1, 2024
2 parents cb0bfa3 + 87e0d9a commit 234f8fa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions lean/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 lean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "tim
dotenvy = "0.15.7"
time = { version = "0.3.31", features = ["formatting"] }
anyhow = "1.0.70"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.53"
serde_json = { version = "1.0.96", features = ["raw_value"] }
moka = { version = "0.12.1", features = ["future"] }
Expand Down

0 comments on commit 234f8fa

Please sign in to comment.