Skip to content

Commit

Permalink
Merge pull request #330 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored Aug 28, 2023
2 parents 3c34ddf + 63b9fa9 commit 9cb17cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
wasi-cap-std-sync = { workspace = true }
wasmtime-provider = { version = "1.8.0", features = ["cache"] }
picky = { version = "7.0.0-rc.7", default-features = false, features = [ "x509", "chrono_conversion" ] }
picky = { version = "7.0.0-rc.8", default-features = false, features = [ "x509", "chrono_conversion" ] }
chrono = { version = "0.4.26", default-features = false }
time = { version = "0.3.27", features = ["serde-human-readable"] }
time = { version = "0.3.28", features = ["serde-human-readable"] }
semver = { version = "1.0.18", features = ["serde"] }
email_address = {version = "0.2.4", features = ["serde"] }
mail-parser= {version = "0.8.2", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/burrego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21.2"
base64 = "0.21.3"
chrono = { version = "0.4", default-features = false }
chrono-tz = "0.8.3"
gtmpl = "0.7.1"
Expand Down

0 comments on commit 9cb17cf

Please sign in to comment.