Skip to content

Commit

Permalink
Update cookie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse authored and fosskers committed Dec 16, 2021
1 parent f83728f commit cce9685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0"

[dependencies]
console_error_panic_hook = { version = "0.1.6", optional = true }
cookie = { version = "0.14.2", features = ["percent-encode"] }
cookie = { version = "0.15.1", features = ["percent-encode"] }
enclose = "1.1.8"
gloo-timers = { version = "0.2.1", features = ["futures"] }
gloo-file = { version = "0.2.0", features = ["futures"] }
Expand Down

0 comments on commit cce9685

Please sign in to comment.