Skip to content

Commit

Permalink
bump hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Oct 31, 2023
1 parent c6f2030 commit 56e904b
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 11 deletions.
85 changes: 77 additions & 8 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 tools/pubsys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ tinytemplate = "1"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["time"] }
toml = "0.8"
tough = { version = "0.14", git = "https://github.com/phu-cinemo/tough.git", rev = "4704b1d26e48cc161e7e5d79a9c095ac35b54723", features = ["http"] }
tough-kms = { version = "0.6", git = "https://github.com/webern/tough.git", rev = "3f4e35845bb15a4c3c4b5d7df0ed905c6d2cab8f" }
tough-ssm = { version = "0.9", git = "https://github.com/webern/tough.git", rev = "3f4e35845bb15a4c3c4b5d7df0ed905c6d2cab8f" }
tough = { version = "0.14", git = "https://github.com/webern/tough.git", rev = "d98f85290a619c3a55877fd3accf1c3cae89b8ac", features = ["http"] }
tough-kms = { version = "0.6", git = "https://github.com/webern/tough.git", rev = "7a550cfcdc4c96143c8c55f97b8ddf04b35a1c82" }
tough-ssm = { version = "0.9", git = "https://github.com/webern/tough.git", rev = "7a550cfcdc4c96143c8c55f97b8ddf04b35a1c82" }
update-metadata = { path = "../update-metadata/", version = "0.1" }
url = { version = "2", features = ["serde"] }

0 comments on commit 56e904b

Please sign in to comment.