Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.188
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 24, 2023
1 parent abedd65 commit 072a8e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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.80", features = ["derive"] }
serde = { version = "1.0.188", 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.66", features = [ "span-locations" ] }
thiserror = "1.0.40"
crop = "0.3.0"
serde = { version = "1.0.163", features = [ "derive" ] }
serde = { version = "1.0.188", features = [ "derive" ] }


# Deps for cli
Expand Down

0 comments on commit 072a8e0

Please sign in to comment.