summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2022-08-18(cargo release) bump versionVersioneer
2022-08-06Update Cargo.lockMatthias Beyer
I forgot to update the Cargo.lock file when filing the PR. This patch fixes this. Fixes: 73f74d9a38ded5b72e8b0acc9dce49fced3ea53c ("tedge_utils: Move "maplit" to dev-dependencies") Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-08-03tedge_utils: Move "maplit" to dev-dependenciesMatthias Beyer
Apparently, we need this in the dev-dependencies, not in the normal dependencies. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-08-03tedge_utils: Remove unused dependency "anyhow"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-08-03mqtt_channel: Remove unused dependency "tedge_utils"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-29implementing inotify crate for c8y_log_plugininitard
Signed-off-by: initard <solo@softwareag.com>
2022-07-29MQTT health endpoints for tedge plugin extensions (#1299)PradeepKiruvale
* tedge watchdog for c8y-log-plugin and c8y-config-plugin This PR also refactors the health check by removing the duplicate code. Pushed the duplicate code to one place and reused it across all the thin-edge services. Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com>
2022-07-27Remove rumqttlogMatthias Beyer
The crate is no longer in use, so remove it from our dependencies. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-27Bump rumqttd from 0.9.0 to 0.11.0dependabot[bot]
Bumps [rumqttd](https://github.com/bytebeamio/rumqtt) from 0.9.0 to 0.11.0. - [Release notes](https://github.com/bytebeamio/rumqtt/releases) - [Changelog](https://github.com/bytebeamio/rumqtt/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytebeamio/rumqtt/commits) --- updated-dependencies: - dependency-name: rumqttd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26Merge pull request #1250 from ↵initard
initard/improvement/1173/inotify-tedge-mapper-dynamic-discovery-of-operations tedge mapper dynamic discovery of operations
2022-07-25implementing fs-notify crate for dynamic discovery of operationsinitard
Signed-off-by: initard <solo@softwareag.com>
2022-07-25Merge pull request #1295 from thin-edge/dependabot/cargo/fastrand-1.8.0Didier Wenzek
Bump fastrand from 1.7.0 to 1.8.0
2022-07-25Bump serial_test from 0.6.0 to 0.8.0dependabot[bot]
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25Bump fastrand from 1.7.0 to 1.8.0dependabot[bot]
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25Merge pull request #1292 from thin-edge/dependabot/cargo/nix-0.24.2Didier Wenzek
Bump nix from 0.23.1 to 0.24.2
2022-07-25Merge pull request #1293 from thin-edge/dependabot/cargo/zeroize-1.5.7Didier Wenzek
Bump zeroize from 1.5.6 to 1.5.7
2022-07-25Merge pull request #1288 from thin-edge/dependabot/cargo/test-case-2.2.1Didier Wenzek
Bump test-case from 2.1.0 to 2.2.1
2022-07-25Bump zeroize from 1.5.6 to 1.5.7dependabot[bot]
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.6 to 1.5.7. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.5.6...zeroize-v1.5.7) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25Bump nix from 0.23.1 to 0.24.2dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.23.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Merge pull request #1282 from thin-edge/dependabot/cargo/clap-3.2.14Didier Wenzek
Bump clap from 3.2.12 to 3.2.14
2022-07-22Merge pull request #1283 from ↵Didier Wenzek
thin-edge/dependabot/cargo/tracing-subscriber-0.3.15 Bump tracing-subscriber from 0.3.14 to 0.3.15
2022-07-22Merge pull request #1284 from matthiasbeyer/update-x509-parserDidier Wenzek
Update x509 parser
2022-07-22Bump clap from 3.2.12 to 3.2.14dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.12 to 3.2.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Bump test-case from 2.1.0 to 2.2.1dependabot[bot]
Bumps [test-case](https://github.com/frondeus/test-case) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Bump x509-parser from 0.13.2 to 0.14.0dependabot[bot]
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.13.2 to 0.14.0. - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/x509-parser/compare/x509-parser-0.13.2...x509-parser-0.14.0) --- updated-dependencies: - dependency-name: x509-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Bump tracing-subscriber from 0.3.14 to 0.3.15dependabot[bot]
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.14...tracing-subscriber-0.3.15) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Bump zip from 0.5.13 to 0.6.2dependabot[bot]
Bumps [zip](https://github.com/zip-rs/zip) from 0.5.13 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21Merge pull request #1266 from thin-edge/dependabot/cargo/mockall-0.11.1Didier Wenzek
Bump mockall from 0.10.2 to 0.11.1
2022-07-21Merge pull request #1267 from thin-edge/dependabot/cargo/serde-1.0.140Didier Wenzek
Bump serde from 1.0.139 to 1.0.140
2022-07-21Merge pull request #1272 from matthiasbeyer/update-backoffDidier Wenzek
Update backoff
2022-07-21Bump backoff from 0.3.0 to 0.4.0dependabot[bot]
Bumps [backoff](https://github.com/ihrwein/backoff) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/ihrwein/backoff/releases) - [Commits](https://github.com/ihrwein/backoff/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21Bump sha-1 from 0.9.8 to 0.10.0dependabot[bot]
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.8...sha-1-v0.10.0) --- updated-dependencies: - dependency-name: sha-1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21Bump mockall from 0.10.2 to 0.11.1dependabot[bot]
Bumps [mockall](https://github.com/asomers/mockall) from 0.10.2 to 0.11.1. - [Release notes](https://github.com/asomers/mockall/releases) - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/mockall/compare/v0.10.2...v0.11.1) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21Bump serde from 1.0.139 to 1.0.140dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.139 to 1.0.140. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.139...v1.0.140) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20Merge pull request #1257 from thin-edge/create-pull-request/patchRina Fujino
Patch version bump 0.7.3
2022-07-20(cargo release) bump versionVersioneer
2022-07-20publishing supported log types if c8y bridge is upinitard
Signed-off-by: initard <solo@softwareag.com>
2022-07-18Merge pull request #1244 from initard/improvement/1173/inotify-onlyinitard
fs_notify - inotify crate
2022-07-18inotify-api implementationinitard
- abstracted inotify crate into (another) crate that is easier to use. - the new crate uses a single enum for both input and output types. - only events that we are interested in are monitored. - supports multiple files/directories Signed-off-by: initard <solo@softwareag.com>
2022-07-16Merge pull request #1251 from didier-wenzek/feature/remove-user-managerDidier Wenzek
Deprecate the user manager
2022-07-16Remove the `tedge_users` crateDidier Wenzek
Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
2022-07-15Remove tedge_agent dependency on UserManagerDidier Wenzek
Actually unused Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
2022-07-15Remove tegde_mapper dependency on UserManagerDidier Wenzek
Actually unused! Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
2022-07-15Remove the `tedge` dependency on `UserManager`Didier Wenzek
The UserManager was used to run the `tedge` command as the `tedge` user becomming `root` or `mosquitto` only when required. In practice, this introduced more issues than benefits. Notably, this forces to have a `tedge` user to run the command. While switching to a different user is required only to create a certificate under mosquitto. The behavior is unchanged. Particularly, errors are ignored when giving ownership of the certificate to mosquitto (for instance, if the `tedge cert create` command is not run with `sudo`). Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
2022-07-14logged_command: Remove unused dependency "thiserror"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-14logged_command: Remove unused dependency "async-trait"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-14download: Remove unused dependency "tedge_utils"Matthias Beyer
This patch removes the "tedge_utils" dependency, which is not used in the crate. Because "tedge_utils" pulled in "tokio" with the "fs" feature enabled, which is not enabled by default, we also need to enable "fs" on tokio now, which is also done in this patch. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-14tedge: Remove unused dependency "futures"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-14plugin_sm: Remove unused dependency "tedge_utils"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-07-14tedge_agent: Remove unused dependency "mockall"Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>