Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.193
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 86d9a4d commit e59bf22
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/hirola-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hirola-core = { path = "../hirola-core", features = [
"dom",
], version = "0.3.1" }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1"
json_dotpath = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/hirola-kit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.11" }
proc-macro2 = { version = "1.0.69", features = [ "span-locations" ] }
thiserror = "1.0.50"
crop = "0.4.0"
serde = { version = "1.0.192", features = [ "derive" ] }
serde = { version = "1.0.193", features = [ "derive" ] }


# Deps for cli
Expand Down

0 comments on commit e59bf22

Please sign in to comment.