Skip to content

Commit

Permalink
chore(deps): update proxy-wasm to v0.2.2 (from v0.2.1)
Browse files Browse the repository at this point in the history
log from 0.4.21 to 0.4.22
url from 2.5.0 to 2.5.2
serde from 1.0.202 to 1.0.204
serde_json from 1.0.117 to 1.0.120
regex from 1.10.4 to 1.10.5
thiserror from 1.0.61 to 1.0.63

Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt authored and miwig committed Jul 30, 2024
1 parent 4e67d19 commit fddbd5c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
57 changes: 29 additions & 28 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ crate-type = ["cdylib"]

[dependencies]
# logging
log = "0.4.21"
log = "0.4.22"

# proxy-wasm
proxy-wasm = "0.2.1"
proxy-wasm = "0.2.2"

# json, yaml, url parsing
url = { version = "2.5.0", features = ["serde"] }
serde = { version = "1.0.202", features = ["derive"] }
url = { version = "2.5.2", features = ["serde"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.33"
serde_json = "1.0.117"
serde_json = "1.0.120"
serde_urlencoded = "0.7.1"

# base64
base64 = "0.22.1"

# regex
regex = "1.10.4"
regex = "1.10.5"
serde_regex = "1.1.0"

# jsonwebtoken (forked version to support RSA keys longer than 4096 bits)
Expand All @@ -41,7 +41,7 @@ pkce = "0.2.0"
aes-gcm = {version = "0.10.3", features = ["std"]}

# thiserror
thiserror = "1.0.61"
thiserror = "1.0.63"
sec = { version = "1.0.0", features = ["serde", "deserialize"] }

[profile.release]
Expand Down

0 comments on commit fddbd5c

Please sign in to comment.