Skip to content

Commit

Permalink
update the CDN to resolve audit warning (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Sep 9, 2024
1 parent 9e3e83c commit 3586555
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 28 deletions.
57 changes: 33 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ anyhow = "1"


# Push CDN imports
cdn-client = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.6" }
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.6" }
cdn-marshal = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.6" }
cdn-proto = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.6" }
cdn-client = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.7" }
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.7" }
cdn-marshal = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.7" }
cdn-proto = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.7" }

### Profiles
###
Expand Down

0 comments on commit 3586555

Please sign in to comment.