Commit 58e2371
Upgrade tonic and prost (#593)
* Use upstream version of h2
Go back to upstream h2 version as the go-grpc bug is long solved
Signed-off-by: Nicolas Belouin <[email protected]>
* webhook: Upgrade actix
Upgrade actix, actix-web and actix-rt to latest,
This solves the following audit issues:
- RUSTSEC-2020-0016
- RUSTSEC-2020-0056
- RUSTSEC-2021-0124
- RUSTSEC-2023-0034
Signed-off-by: Nicolas Belouin <[email protected]>
* Update all dependencies
Opcua crate patch update required because of
[opcua#294](locka99/opcua#294)
h2 patch needed because of the bad/missing Authority header, using
upstream PR branch for this
[h2#612](hyperium/h2#612)
Signed-off-by: Nicolas Belouin <[email protected]>
* Upgrade to 2021 edition
This is needed to be able to upgrade prost dependency
Signed-off-by: Nicolas Belouin <[email protected]>
* Update to rust 1.73.0
Signed-off-by: Nicolas Belouin <[email protected]>
* Fix clippy errors/warning with new rust version and edition
Signed-off-by: Nicolas Belouin <[email protected]>
* Update tonic and prost
Signed-off-by: Nicolas Belouin <[email protected]>
* Change uri used for patched h2
Signed-off-by: Nicolas Belouin <[email protected]>
* Update patch version
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Remove patch for opcua as upstream made release
Signed-off-by: Nicolas Belouin <[email protected]>
* Also upgrade mockall
Signed-off-by: Nicolas Belouin <[email protected]>
---------
Signed-off-by: Nicolas Belouin <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent a0a173c commit 58e2371
File tree
30 files changed
+2127
-2159
lines changed- .github/workflows
- agent
- src/util
- build/containers
- controller
- deployment/helm
- discovery-handler-modules
- debug-echo-discovery-handler
- onvif-discovery-handler
- opcua-discovery-handler
- udev-discovery-handler
- discovery-handlers
- debug-echo
- onvif
- src
- opcua
- udev
- src
- discovery-utils
- src/discovery
- samples/brokers/udev-video-broker
- src/util
- webhooks/validating/configuration
- src
30 files changed
+2127
-2159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments