Skip to content

Commit

Permalink
bump base64 to 0.22.1 and serde to 1.0.200
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed May 6, 2024
1 parent 3a7156d commit ada5db2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ proxy-wasm = "0.2.1"

# json, yaml, url parsing
url = { version = "2.5.0", features = ["serde"] }
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_yaml = "0.9.33"
serde_json = "1.0.116"
serde_urlencoded = "0.7.1"

# base64
base64 = "0.22.0"
base64 = "0.22.1"

# regex
regex = "1.10.4"
Expand Down

0 comments on commit ada5db2

Please sign in to comment.