Skip to content

Commit

Permalink
chore(deps): Update Rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 2cdab07 commit b200121
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 @@ -17,7 +17,7 @@ github = { repository = "j5ik2o/ulid-generator-rs", workflow = "Rust" }
rand = { version = "0.8.5" }
chrono = { version = "0.4.38"}
thiserror = { version = "1.0.59" }
serde = { version = "1.0", features = ["derive"], optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit b200121

Please sign in to comment.