Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/dependency-review-action@v2.2.0
with:
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib, MIT OR (Apache-2.0 OR Zlib), (Apache-2.0 WITH LLVM-exception), 0BSD, CC-BY-4.0, Unlicense, MPL-1.1, LicenseRef-scancode-unicode AND MIT
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib, MIT OR (Apache-2.0 OR Zlib), (Apache-2.0 WITH LLVM-exception), 0BSD, CC-BY-4.0, Unlicense, MPL-1.1, LicenseRef-scancode-unicode AND MIT, Unlicense OR MIT
fail-on-scopes: runtime
4 changes: 2 additions & 2 deletions compute-file-server-cli/Cargo.lock

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

36 changes: 18 additions & 18 deletions compute-file-server-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ repository = "https://github.com/jakeChampion/compute-file-server"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "4.0.10"
walkdir = "2.3.2"
reqwest = { version = "0.11", features = ["json", "stream"] }
openssl = { version = "0.10.72", features = ["vendored"] }
tokio = { version = "1", features = ["full"] }
simple-error = "0.2.3"
serde_derive = "1.0.145"
serde = "1.0.145"
phf = { version = "0.11", features = ["macros"] }
fastly-api = "1.0.0-beta.0"
indicatif = "0.17.1"
futures = "0.3.24"
percent-encoding = "2.2.0"
toml_edit = "0.14.4"
httpdate = "1.0.2"
serde_json = "1.0.86"
sha2 = "0.10.6"
base64 = "0.13.0"
clap = "=4.0.10"
walkdir = "=2.3.2"
reqwest = { version = "=0.11", features = ["json", "stream"] }
openssl = { version = "=0.10.72", features = ["vendored"] }
tokio = { version = "=1", features = ["full"] }
simple-error = "=0.2.3"
serde_derive = "=1.0.145"
serde = "=1.0.145"
phf = { version = "=0.11", features = ["macros"] }
fastly-api = "=1.0.0-beta.0"
indicatif = "=0.17.1"
futures = "=0.3.24"
percent-encoding = "=2.2.0"
toml_edit = "=0.14.4"
httpdate = "=1.0.2"
serde_json = "=1.0.86"
sha2 = "=0.10.6"
base64 = "=0.13.0"
Loading