Skip to content

Commit

Permalink
[release/1.2] Remove thread_local for non-edgelet projects (#6092)
Browse files Browse the repository at this point in the history
*Cf.* #6070.

## Azure IoT Edge PR checklist:

This checklist is used to make sure that common guidelines for a pull request are followed.

### General Guidelines and Best Practices
- [x] I have read the [contribution guidelines](https://github.com/azure/iotedge#contributing).
- [x] Title of the pull request is clear and informative.
- [x] Description of the pull request includes a concise summary of the enhancement or bug fix.

### Testing Guidelines
- [x] Pull request includes test coverage for the included changes.
- Description of the pull request includes 
	- [ ] concise summary of tests added/modified
	- [x] local testing done.
  • Loading branch information
onalante-msft authored Feb 8, 2022
1 parent a34fd5b commit fe7de0b
Show file tree
Hide file tree
Showing 17 changed files with 742 additions and 664 deletions.
26 changes: 8 additions & 18 deletions edge-hub/watchdog/Cargo.lock

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

42 changes: 10 additions & 32 deletions edge-modules/api-proxy-module/Cargo.lock

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

2 changes: 1 addition & 1 deletion edge-modules/api-proxy-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3"
futures-util = "0.3"
log = "0.4"
md5 = "0.7"
regex = "1.3"
regex = "1.5"
serde_json = "1.0"
tokio = { version = "0.2", features = ["tcp", "time", "process","signal","sync"] }
percent-encoding = "1.0"
Expand Down
Loading

0 comments on commit fe7de0b

Please sign in to comment.