summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-04crates: bump serenity from `303bbb6` to `c657117` (#5)dependabot[bot]
Bumps [serenity](https://github.com/serenity-rs/serenity) from `303bbb6` to `c657117`. - [Release notes](https://github.com/serenity-rs/serenity/releases) - [Commits](https://github.com/serenity-rs/serenity/compare/303bbb62bdd45860786190e248b59e800aac1c5a...c6571176e1c6cbcf991707effb41a86f7be9f3fb) --- updated-dependencies: - dependency-name: serenity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04ci: bump DeterminateSystems/update-flake-lock from 21 to 22 (#6)dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 21 to 22. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v21...v22) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04ci: bump DeterminateSystems/magic-nix-cache-action from 6 to 7 (#7)dependabot[bot]
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 6 to 7. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v6...v7) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03crates: bump tokio from 1.37.0 to 1.38.0 (#4)dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27feat: add PR link to response (#2)Sefa Eyeoglu
This also displays the response as an embed. Signed-off-by: Sefa Eyeoglu <[email protected]> Co-authored-by: seth <[email protected]>
2024-05-27logging: use correct module name in RUST_LOGseth
2024-05-27nix: fix architecture string for arm image (#1)seth
2024-05-27nix: use correct package for arm containerseth
2024-05-27initial commitseth