Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oxidecomputer/rfd-api
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 31, 2024
2 parents ff0b7f2 + 8fabe2c commit bf894a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0.79"
async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" }
async-trait = "0.1.74"
async-trait = "0.1.77"
base64 = "0.21.7"
bb8 = "0.8.1"
chrono = "0.4.31"
Expand All @@ -37,7 +37,7 @@ google-storage1 = "5.0.3"
hex = "0.4.3"
hmac = "0.12.1"
http = "0.2.11"
hyper = "0.14.27"
hyper = "0.14.28"
hyper-rustls = "0.24.2"
itertools = "0.12.0"
jsonwebtoken = "9.2.0"
Expand Down Expand Up @@ -66,14 +66,14 @@ schemars = "0.8.16"
secrecy = "0.8.0"
semver = "1.0.20"
serde = "1"
serde_bytes = "0.11.12"
serde_bytes = "0.11.14"
serde_json = "1"
serde_urlencoded = "0.7.1"
sha2 = "0.10.8"
similar = "2.3.0"
similar = "2.4.0"
slog = "2.7.0"
slog-async = "2.8.0"
tabwriter = "1.3.0"
tabwriter = "1.4.0"
tap = "1.0.1"
textwrap = "0.16.0"
thiserror = "1.0.56"
Expand All @@ -87,7 +87,7 @@ tracing-slog = { git = "https://github.com/oxidecomputer/tracing-slog" }
tracing-subscriber = "0.3.18"
uuid = "1.6.1"
valuable = "0.1.0"
yup-oauth2 = "8.3.0"
yup-oauth2 = "8.3.2"

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down

0 comments on commit bf894a5

Please sign in to comment.