Skip to content

Commit

Permalink
Merge branch 'main' into fix_port_numbering_docs_discrepency
Browse files Browse the repository at this point in the history
  • Loading branch information
EliadCohen authored Oct 9, 2024
2 parents 050badb + c07cd99 commit e4a1315
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 114 deletions.
196 changes: 87 additions & 109 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 admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
time = "0.3"
clap = { version = "4.4", features = ["derive"] }
futures = "0.3"
reqwest = "0.11"
reqwest = "0.12"
serde = "1"
serde_yaml = "0.9"
pretty_env_logger = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
diesel = { version = "2.1.0", features = ["sqlite", "postgres", "r2d2"] }
diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"] }

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }

Expand Down
Loading

0 comments on commit e4a1315

Please sign in to comment.