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 28, 2025
2 parents 805b136 + 02969a6 commit e3d880c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ base64 = "0.22.1"
built = { version = "0.7.5", features = ["git2"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.27", features = ["derive", "string", "env", "wrap_help"] }
clap_complete = "4.5.42"
clap_complete = "4.5.43"
colored = "2.2.0"
crossterm = { version = "0.27.0", features = [ "event-stream" ] }
dialoguer = "0.10.4"
Expand Down Expand Up @@ -46,7 +46,7 @@ rand = "0.8.5"
ratatui = "0.26.3"
rcgen = "0.10.0"
regex = "1.11.1"
regress = "0.10.2"
regress = "0.10.3"
reqwest = "0.12.12"
rustfmt-wrapper = "0.2.1"
schemars = { version = "0.8.20", features = ["chrono", "uuid1"] }
Expand All @@ -62,7 +62,7 @@ tokio = { version = "1.43.0", features = ["full"] }
toml = "0.8.19"
toml_edit = "0.22.22"
url = "2.5.4"
uuid = { version = "1.12.0", features = ["serde", "v4"] }
uuid = { version = "1.12.1", features = ["serde", "v4"] }

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down

0 comments on commit e3d880c

Please sign in to comment.