summaryrefslogtreecommitdiffstats
path: root/mqtt-tester/Cargo.toml
AgeCommit message (Expand)Author
2023-04-10Build(deps): Bump clap from 4.1.11 to 4.2.1dependabot[bot]
2023-04-04Build(deps): Bump async-trait from 0.1.67 to 0.1.68dependabot[bot]
2023-04-04Merge #193 #194 #195bors[bot]
2023-04-03Build(deps): Bump tokio from 1.26.0 to 1.27.0dependabot[bot]
2023-04-03Build(deps): Bump miette from 5.6.0 to 5.7.0dependabot[bot]
2023-03-20Build(deps): Bump clap from 4.1.8 to 4.1.11dependabot[bot]
2023-03-20Merge #185 #186 #187bors[bot]
2023-03-20Build(deps): Bump async-trait from 0.1.66 to 0.1.67dependabot[bot]
2023-03-20Build(deps): Bump miette from 5.5.0 to 5.6.0dependabot[bot]
2023-03-06Build(deps): Bump tokio from 1.25.0 to 1.26.0dependabot[bot]
2023-03-06Merge #179 #180 #181bors[bot]
2023-03-06Build(deps): Bump clap from 4.1.6 to 4.1.8dependabot[bot]
2023-03-06Build(deps): Bump async-trait from 0.1.64 to 0.1.66dependabot[bot]
2023-02-20Build(deps): Bump clap from 4.1.4 to 4.1.6dependabot[bot]
2023-02-06Build(deps): Bump bytes from 1.3.0 to 1.4.0dependabot[bot]
2023-02-06Build(deps): Bump async-trait from 0.1.63 to 0.1.64dependabot[bot]
2023-01-30Merge #170bors[bot]
2023-01-30Build(deps): Bump clap from 4.1.1 to 4.1.4dependabot[bot]
2023-01-30Build(deps): Bump tokio from 1.24.2 to 1.25.0dependabot[bot]
2023-01-23Bump versionMarcel Müller
2023-01-23Bump async-trait from 0.1.61 to 0.1.63dependabot[bot]
2023-01-19Add tracing instrumentationMatthias Beyer
2023-01-18Add logging via tracingMatthias Beyer
2023-01-16Merge #135 #136 #137bors[bot]
2023-01-16Bump nom from 7.1.2 to 7.1.3dependabot[bot]
2023-01-16Bump clap from 4.0.32 to 4.1.1dependabot[bot]
2023-01-11Add Flow interfaceMatthias Beyer
2023-01-09Assert that Output: SendMatthias Beyer
2023-01-09Bump tokio from 1.23.0 to 1.24.1dependabot[bot]
2023-01-09Bump textwrap from 0.15.2 to 0.16.0dependabot[bot]
2023-01-05Bump version to 0.4.0Marcel Müller
2023-01-04Add check: First packet send by client is CONNECTMatthias Beyer
2023-01-02Use MPacketKind instead of hand-writing bytesMatthias Beyer
2023-01-02Add pretty output to report resultsMarcel Müller
2023-01-02Add rudimentary MQTT packet parsing to CommandsMarcel Müller
2023-01-02Add testing of invalid UTF-8 bytesMarcel Müller
2023-01-02Make tests being executed in parallelMatthias Beyer
2023-01-02Make test executable run async with tokioMatthias Beyer
2023-01-02Add mqtt-testing libraryMarcel Müller