Skip to content

Commit

Permalink
Update serde_qs requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: serde_qs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent c87f05e commit f7f1894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ base64 = "0.22"
getrandom = { version = "0.2", features = ["js"] }
js-sys = "0.3.31"
serde_json = "1"
serde_qs = "0.12"
serde_qs = "0.13"
url = "2"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand All @@ -63,7 +63,7 @@ web-sys = { version = "0.3", features = [
] }

[dev-dependencies]
serde_qs = "0.12"
serde_qs = "0.13"
url = "2"

[lints]
Expand Down

0 comments on commit f7f1894

Please sign in to comment.