Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 28, 2024
1 parent bfbd41f commit 4cabde4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
31 changes: 15 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ semver = "1.0.23"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_yaml = "0.9.34"
toml = "0.8.15"
toml = "0.8.16"
tracing = "0.1.40"
url = "2.5.2"
4 changes: 2 additions & 2 deletions crates/schematic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ garde = { version = "0.20.0", default-features = false, optional = true, feature
] }
serde = { workspace = true }
serde_path_to_error = { version = "0.1.16", optional = true }
starbase_styles = { version = "0.4.1", optional = true }
starbase_styles = { version = "0.4.2", optional = true }

# schema
indexmap = { workspace = true, optional = true, features = ["serde"] }
Expand Down Expand Up @@ -129,7 +129,7 @@ reqwest = { workspace = true, features = [
] }
serial_test = "3.1.1"
similar = "2.6.0"
starbase_sandbox = "0.7.0"
starbase_sandbox = "0.7.1"

# Types
chrono = { workspace = true, features = ["serde"] }
Expand Down

0 comments on commit 4cabde4

Please sign in to comment.