Sebastiano Tocci
36f1efa559
User auth token session display implementation ( #1415 )
...
* removed old todo from #62
* implemented proper display for user_auth_token_session
* auth-token-session display fixes
* updated contributors list
---------
Co-authored-by: Firstyear <william@blackhats.net.au>
2023-03-07 14:33:51 +10:00
James Hodgkinson
5573ab9224
RADIUS container fixes ( #1424 )
2023-03-07 11:50:45 +10:00
h7x4
56a05223b4
Update book - OAuth2 integration step ( #1437 )
...
* Update book - OAuth2 integration step
* Add h7x4 to CONTRIBUTORS.md
2023-03-07 11:24:03 +10:00
dependabot[bot]
4590f97ddd
chore(deps): bump async-trait from 0.1.64 to 0.1.66 ( #1433 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.64 to 0.1.66.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.64...0.1.66 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 21:26:05 +10:00
Firstyear
ff78dc8f38
Hopefully fix exp issues by making it a stable part of the access token. ( #1434 )
2023-03-06 16:17:19 +10:00
dependabot[bot]
113258d523
chore(deps): bump base64 from 0.13.1 to 0.21.0 ( #1350 )
...
* chore(deps): bump base64 from 0.13.1 to 0.21.0
Bumps [base64](https://github.com/marshallpierce/rust-base64 ) from 0.13.1 to 0.21.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases )
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.1...v0.21.0 )
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* base64 fixes
* fmt fixes
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-06 13:57:21 +10:00
dependabot[bot]
30a6e100be
chore(deps): bump serde_json from 1.0.93 to 1.0.94 ( #1427 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:43:16 +10:00
dependabot[bot]
8837ddf102
chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 in /pykanidm ( #1431 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:41:45 +10:00
dependabot[bot]
f1217051e1
chore(deps-dev): bump pylint-pydantic from 0.1.6 to 0.1.7 in /pykanidm ( #1430 )
...
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic ) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases )
- [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.1.6...0.1.7 )
---
updated-dependencies:
- dependency-name: pylint-pydantic
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 11:37:56 +10:00
dependabot[bot]
b862c37575
chore(deps-dev): bump ruff from 0.0.253 to 0.0.254 in /pykanidm ( #1429 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.253 to 0.0.254.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.253...v0.0.254 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 10:24:53 +10:00
dependabot[bot]
40e35a6447
chore(deps-dev): bump mkdocs-material from 9.0.15 to 9.1.1 in /pykanidm ( #1428 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.15 to 9.1.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.15...9.1.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 08:25:02 +10:00
James Hodgkinson
a3016ea6ed
Openssl build fix ( #1422 )
...
* adding build.rs for libs
2023-03-05 17:25:38 +10:00
Firstyear
0e57b6f914
1399 some async cleanup ( #1421 )
...
* More cleanerer
* More async!
* Fix up tests
2023-03-03 17:53:54 +10:00
Christopher Acosta
3c3e8b1e82
Web UI: Sort group memberships of profile ( #1410 )
2023-03-03 09:21:26 +10:00
Firstyear
7ed3d84f98
Update the dev docs to flow nicer ( #1420 )
...
* Update the dev docs to flow nicer
* Update book/src/DEVELOPER_README.md
* Update book/src/DEVELOPER_README.md
* doc formatting
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-02 22:14:33 +10:00
dependabot[bot]
0a067cd037
chore(deps): bump dyn-clone from 1.0.10 to 1.0.11 ( #1417 )
...
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases )
- [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.10...1.0.11 )
---
updated-dependencies:
- dependency-name: dyn-clone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 17:19:19 +10:00
dependabot[bot]
913a94cba4
chore(deps): bump tokio from 1.25.0 to 1.26.0 ( #1418 )
...
* chore(deps): bump tokio from 1.25.0 to 1.26.0
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fixing doctest
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-02 16:58:52 +10:00
dependabot[bot]
1969e26305
chore(deps-dev): bump coverage from 7.1.0 to 7.2.1 in /pykanidm ( #1405 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.1.0 to 7.2.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 16:50:47 +10:00
dependabot[bot]
b747989869
chore(deps-dev): bump ruff from 0.0.230 to 0.0.253 in /pykanidm ( #1419 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.230 to 0.0.253.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.230...v0.0.253 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 13:28:10 +10:00
Firstyear
e33beea89d
1399 cleanup cli docs ( #1413 )
...
* Cleanup cli args
* Update book
* Update wasm
* making the CI happy
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-02 12:47:23 +10:00
Firstyear
00cca81012
1399 cleanup reorg ( #1412 )
2023-03-01 13:10:52 +10:00
Firstyear
a5656b99f5
1399 cleanup ( #1409 )
2023-03-01 10:11:36 +10:00
cuberoot74088
f1c9e92f93
Version output for 4 unix_int tools ( #1408 )
2023-03-01 10:10:31 +10:00
James Hodgkinson
3378717d5a
Windows build fixes ( #1388 )
2023-02-28 11:39:39 +10:00
dependabot[bot]
4bdf7c2aa2
chore(deps): bump num_enum from 0.5.10 to 0.5.11 ( #1404 )
...
Bumps [num_enum](https://github.com/illicitonion/num_enum ) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/illicitonion/num_enum/releases )
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.10...0.5.11 )
---
updated-dependencies:
- dependency-name: num_enum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 07:44:16 +10:00
dependabot[bot]
7f632f5916
chore(deps-dev): bump types-toml from 0.10.8.4 to 0.10.8.5 in /pykanidm ( #1407 )
...
Bumps [types-toml](https://github.com/python/typeshed ) from 0.10.8.4 to 0.10.8.5.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-toml
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 07:43:48 +10:00
dependabot[bot]
5745060fc3
chore(deps): bump syn from 1.0.107 to 1.0.109 ( #1406 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 1.0.107 to 1.0.109.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.107...1.0.109 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 16:43:44 +10:00
dependabot[bot]
290e607de7
chore(deps-dev): bump mkdocs-material from 9.0.13 to 9.0.15 in /pykanidm ( #1403 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.13 to 9.0.15.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.13...9.0.15 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 08:28:11 +10:00
Pi-Cla
966c71035f
Mention my Recursing of the Passport ( #1402 )
...
* Add Pi-Cla to CONTRIBUTORS.md
* Mention Pi-Cla in Artwork README.md
2023-02-24 15:37:19 +10:00
Firstyear
dd761c9a45
Start to add reauth capabilities ( #1398 )
...
Cleanup token storage, add some design notes, and improve some of the process of setting up session scopes.
2023-02-24 13:43:19 +10:00
Pi-Cla
6f6189fff8
Add Recursive Logos ( #1401 )
...
Passport within a passport within a passport
2023-02-23 19:51:20 +10:00
Firstyear
9a70942544
Prevent invalidation of api tokens ( #1397 )
2023-02-22 12:25:14 +10:00
dependabot[bot]
854ca808e7
chore(deps): bump tokio-util from 0.7.4 to 0.7.7 ( #1378 )
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.4 to 0.7.7.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.4...tokio-util-0.7.7 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 07:48:21 +10:00
dependabot[bot]
1a5cd33dc0
chore(deps): bump web-sys from 0.3.60 to 0.3.61 ( #1362 )
...
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.60 to 0.3.61.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: web-sys
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 14:46:21 +10:00
dependabot[bot]
7547a69124
chore(deps): bump filetime from 0.2.19 to 0.2.20 ( #1375 )
...
Bumps [filetime](https://github.com/alexcrichton/filetime ) from 0.2.19 to 0.2.20.
- [Release notes](https://github.com/alexcrichton/filetime/releases )
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.19...0.2.20 )
---
updated-dependencies:
- dependency-name: filetime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:45:29 +10:00
dependabot[bot]
4e2a420602
chore(deps): bump pydantic from 1.10.4 to 1.10.5 in /pykanidm ( #1392 )
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.5/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.5 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:44:44 +10:00
dependabot[bot]
42095770a7
chore(deps-dev): bump mkdocs-material from 9.0.12 to 9.0.13 in /pykanidm ( #1394 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.12 to 9.0.13.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.12...9.0.13 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:43:34 +10:00
dependabot[bot]
22b1dcf2b4
chore(deps): bump num_enum from 0.5.9 to 0.5.10 ( #1391 )
...
Bumps [num_enum](https://github.com/illicitonion/num_enum ) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/illicitonion/num_enum/releases )
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.9...0.5.10 )
---
updated-dependencies:
- dependency-name: num_enum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:43:23 +10:00
dependabot[bot]
3699391583
chore(deps-dev): bump types-toml from 0.10.8.3 to 0.10.8.4 in /pykanidm ( #1395 )
...
Bumps [types-toml](https://github.com/python/typeshed ) from 0.10.8.3 to 0.10.8.4.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-toml
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:42:34 +10:00
dependabot[bot]
6b9b6d3316
chore(deps-dev): bump mypy from 1.0.0 to 1.0.1 in /pykanidm ( #1390 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:04:20 +10:00
dependabot[bot]
f27e16ac65
chore(deps): bump csv from 1.1.6 to 1.2.0 ( #1393 )
...
Bumps [csv](https://github.com/BurntSushi/rust-csv ) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases )
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.6...1.2.0 )
---
updated-dependencies:
- dependency-name: csv
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:04:06 +10:00
dependabot[bot]
68e249b504
chore(deps): bump base64urlsafedata from 0.1.2 to 0.1.3 ( #1389 )
...
Bumps [base64urlsafedata](https://github.com/kanidm/webauthn-rs ) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/kanidm/webauthn-rs/releases )
- [Commits](https://github.com/kanidm/webauthn-rs/commits )
---
updated-dependencies:
- dependency-name: base64urlsafedata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:03:48 +10:00
Firstyear
8ce3e81123
20230220 passkey cleanup ( #1396 )
...
* Migrate from cred to passkey
* Start to cleanup for removal of the legacy passkey type
2023-02-20 17:50:49 +10:00
Firstyear
cd5daf2f1c
1115 store credential ids per session ( #1386 )
2023-02-19 13:32:47 +10:00
Firstyear
87b43d0c14
Reduce the number of cow cells in idm ( #1385 )
...
* Reduce the number of cow cells in idm
2023-02-19 09:51:36 +10:00
Firstyear
0d8d9e1a62
1355 docker builds ( #1384 )
2023-02-17 17:02:01 +10:00
dependabot[bot]
43ad0dc3d0
chore(deps): bump proc-macro2 from 1.0.50 to 1.0.51 ( #1369 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.50...1.0.51 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 22:08:02 +10:00
Firstyear
ad07f2a97e
Improve some small behaviours of login and key management ( #1383 )
2023-02-16 12:58:33 +10:00
Firstyear
a02337a07a
967 oauth2 implicit search ( #1382 )
2023-02-16 09:40:16 +10:00
dependabot[bot]
8bedb55548
chore(deps): bump wasm-bindgen-test from 0.3.33 to 0.3.34 ( #1364 )
...
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen ) from 0.3.33 to 0.3.34.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: wasm-bindgen-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 07:07:22 +10:00