Skip to content

Commit

Permalink
Merge branch 'main' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-reflector-bot[bot] committed Jan 6, 2025
2 parents d3026f6 + f0000c6 commit 2cae1a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0.95"
assert_cmd = "2.0.16"
async-trait = "0.1.83"
async-trait = "0.1.85"
base64 = "0.22.1"
built = { version = "0.7.5", features = ["git2"] }
chrono = { version = "0.4.39", features = ["serde"] }
Expand Down Expand Up @@ -47,15 +47,15 @@ ratatui = "0.26.3"
rcgen = "0.10.0"
regex = "1.11.1"
regress = "0.10.1"
reqwest = "0.12.11"
reqwest = "0.12.12"
rustfmt-wrapper = "0.2.1"
schemars = { version = "0.8.20", features = ["chrono", "uuid1"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
similar = "2.6.0"
tabwriter = "1.4.0"
tabwriter = "1.4.1"
thiserror = "2.0.9"
tempfile = "3.14.0"
tempfile = "3.15.0"
test-common = { path = "test-common" }
thouart = { git = "https://github.com/oxidecomputer/thouart" }
tokio = { version = "1.42.0", features = ["full"] }
Expand Down

0 comments on commit 2cae1a2

Please sign in to comment.