Skip to content

Commit

Permalink
Upgrade other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Dec 8, 2023
1 parent bd685b3 commit 6b00ae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 40 deletions.
49 changes: 12 additions & 37 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 @@ -9,13 +9,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
graphql_client = "0.12"
graphql_client = "0.13"
once_cell = "1"
regex = "1"
axum = "0.6"
toml = "0.7"
toml = "0.8"
tracing = "0.1"
uom = "0.34"
uom = "0.35"
serde_json = "1"
anyhow = "1"
sled = "0.34"
Expand Down

0 comments on commit 6b00ae6

Please sign in to comment.