Skip to content

Commit

Permalink
Update serde_json dependency to version 1.0 for consistency and poten…
Browse files Browse the repository at this point in the history
…tial bug fixes
  • Loading branch information
a1ecbr0wn committed Jul 23, 2023
1 parent 1117314 commit 1bff093
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 @@ -19,7 +19,7 @@ cfg-if = "1.0.0"
# When you change the version of workers, ensure the same version is set for
# `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it
worker = "0.0.17"
serde_json = "1.0.96"
serde_json = "1.0"
wasm-bindgen = "=0.2.84"
wasm-timer = "0.2.5"

Expand Down

0 comments on commit 1bff093

Please sign in to comment.