Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 10, 2024
1 parent bb0bda8 commit 0faffbd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 48 deletions.
82 changes: 36 additions & 46 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 @@ -13,6 +13,6 @@ rust_decimal = "1.35.0"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_yaml = "0.9.33"
serde_yaml = "0.9.34"
toml = "0.8.12"
url = "2.5.0"
2 changes: 1 addition & 1 deletion crates/schematic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ reqwest = { workspace = true, features = [
"rustls-tls-native-roots",
] }
serial_test = "3.0.0"
starbase_sandbox = "0.5.0"
starbase_sandbox = "0.5.1"

# Types
chrono = { workspace = true }
Expand Down

0 comments on commit 0faffbd

Please sign in to comment.