Skip to content

Commit f2d847c

Browse files
build(deps): bump ctor from 1.0.5 to 1.0.6 (#907)
* build(deps): bump ctor from 1.0.5 to 1.0.6 Bumps [ctor](https://github.com/mmastrac/linktime) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](mmastrac/linktime@ctor-1.0.5...ctor-1.0.6) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix makefile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
1 parent 4986d0e commit f2d847c

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ test-integration:
8080

8181
test-e2e: containers/e2e/local-build
8282
"$(MAKE)" test GO_TEST_FLAGS=-tags=e2e
83-
"$(MAKE)" test-e2e-convert
8483

8584
test-e2e-convert:
8685
go tool covdata textfmt \

nss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313

1414
[dependencies]
1515
authentik_sys = { path = ".." }
16-
ctor = "1.0.5"
16+
ctor = "1.0.6"
1717
dtor = "1.0.2"
1818
libc = "0.2.186"
1919
libnss = "0.9.0"

pam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
authentik_sys = { path = ".." }
1616
ctap-hid-fido2 = "3.5.10"
17-
ctor = "1.0.5"
17+
ctor = "1.0.6"
1818
dtor = "1.0.2"
1919
gethostname = "1.1.0"
2020
hex = "0.4.3"

0 commit comments

Comments
 (0)