Skip to content

Commit

Permalink
cargo fmt and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Sep 19, 2022
1 parent 810fd90 commit f239d5a
Show file tree
Hide file tree
Showing 11 changed files with 124 additions and 130 deletions.
115 changes: 42 additions & 73 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ schemars = "0.8.10"
serde = "1.0.144"
serde_derive = "1.0.144"
serde_json = "1.0.85"
serde_yaml = "0.9.10"
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros", "sync"]}
futures = "0.3.23"
serde_yaml = "0.9.13"
tokio = { version = "1.21.1", features = ["rt-multi-thread", "macros", "sync"]}
futures = "0.3.24"
rocket = {version = "0.5.0-rc.2", features = ["tls", "json"]}
rustls = "0.20.5"
pyo3 = "0.17.1"
pythonize = "0.17.0"
rcgen = "0.9.3"
base64 = "0.13.0"
argh = "0.1.8"
rust-embed = "6.4.0"
rust-embed = "6.4.1"
lazy_static = "1.4.0"
prometheus = {version = "0.13.1", features = ["process"]}
prometheus = {version = "0.13.2", features = ["process"]}
json-patch = "0.2.6"
exponential-backoff = "1.1.0"
reqwest = {version="0.11.11"}
Expand Down
Loading

0 comments on commit f239d5a

Please sign in to comment.