Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- serde to 1.0.196
- serde_yaml to 0.9.31
- serde_json to 1.0.113

Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Feb 6, 2024
1 parent deb674d commit 542a8bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

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

# json, yaml & url parsing
url = "2.5.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"
serde_json = "1.0.113"
serde_urlencoded = "0.7.1"

# base64
Expand Down

0 comments on commit 542a8bc

Please sign in to comment.