Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 23, 2023
1 parent 7d97390 commit 799f85f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 50 deletions.
72 changes: 30 additions & 42 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 @@ -6,7 +6,7 @@ members = ["crates/*"]
chrono = "0.4.26"
miette = "5.10.0"
regex = "1.9.3"
relative-path = "1.8.0"
relative-path = "1.9.0"
semver = "1.0.18"
serde = { version = "1.0.180", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
url = "2.4.0"
8 changes: 4 additions & 4 deletions crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ schematic_types = { version = "0.4.2", path = "../types" }
garde = { version = "0.14.0", default-features = false, features = ["regex"] }
indexmap = "2.0.0"
miette = { workspace = true }
reqwest = { version = "0.11.18", default-features = false, features = [
reqwest = { version = "0.11.20", default-features = false, features = [
"blocking",
"rustls-tls",
] }
serde = { workspace = true }
serde_path_to_error = "0.1.14"
starbase_styles = "0.1.12"
thiserror = "1.0.44"
starbase_styles = "0.1.13"
thiserror = "1.0.47"
tracing = "0.1.37"

# json
serde_json = { version = "1.0.104", optional = true }
serde_json = { version = "1.0.105", optional = true }

# json schema
schemars = { version = "0.8.12", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ proc-macro = true
convert_case = "0.6.0"
darling = "0.20.3"
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = { version = "2.0.28", features = ["full"] }
quote = "1.0.33"
syn = { version = "2.0.29", features = ["full"] }

[features]
default = []
Expand Down

0 comments on commit 799f85f

Please sign in to comment.