Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.160
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2023
1 parent f101838 commit 3b9ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["data-structures", "memory-management"]

[dependencies]
anyhow = "1.0.70"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }

[dev-dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit 3b9ce42

Please sign in to comment.