Skip to content

Commit

Permalink
update sqlx in CDN (#3587)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Aug 19, 2024
1 parent d9c1c81 commit aef4a3b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 44 deletions.
73 changes: 33 additions & 40 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.4" }
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.4" }
cdn-marshal = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.4" }
cdn-proto = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.4" }
cdn-client = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.5" }
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.5" }
cdn-marshal = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.5" }
cdn-proto = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.4.5" }

### Profiles
###
Expand Down

0 comments on commit aef4a3b

Please sign in to comment.