Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 2a28c32 commit 42ef8e9
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 @@ documentation = "https://docs.rs/cf-env"
exclude = [".github", ".gitpod.yml"]

[dependencies]
serde = { version = "1.0.166", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.100"
guid-create = { version="0.3.1", features = [
"serde",
Expand Down

0 comments on commit 42ef8e9

Please sign in to comment.