Skip to content

Commit

Permalink
deps(garde): Update to v0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 20, 2023
1 parent 39424bb commit b01daee
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#### ⚙️ Internal

- Updated Rust to v1.72.
- Updated reqwest to use `rustls-tls-native-roots` instead of `rustls-tls`.
- Updated `garde` (validation) to v0.15.
- Updated `reqwest` to use `rustls-tls-native-roots` instead of `rustls-tls`.
- Updated dependencies.

## 0.11.5
Expand Down
48 changes: 42 additions & 6 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 crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all-features = true
[dependencies]
schematic_macros = { version = "0.11.5", path = "../macros" }
schematic_types = { version = "0.4.5", path = "../types" }
garde = { version = "0.14.1", default-features = false, features = ["regex"] }
garde = { version = "0.15.0", default-features = false, features = ["regex"] }
indexmap = "2.0.0"
miette = { workspace = true }
reqwest = { version = "0.11.20", default-features = false, features = [
Expand Down

0 comments on commit b01daee

Please sign in to comment.