SHA256
1
0
forked from pool/kanidm
kanidm/cargo_config
William Brown 3c7e3f7ee9 Accepting request 1121430 from home:firstyear:branches:network:idm
- Update to version 1.1.0~rc15~git2.74f5c0f:
  * make versions consistent
  * 1.1.0 rc.15 dev post-release (#2271)
  * Release 1.1.0-rc.15-dev
  * started writing docs and ended up in another rabbit hole (#2267)
  * CLI integration test beginnings (#2261)
  * chore(deps): bump the all group with 7 updates (#2266)
  * chore(deps-dev): bump the all group in /pykanidm with 5 updates (#2265)
  * Add book chapter + cli
  * Cargo fmt and clippy checks
  * Restrict posix passwords on ldap bind with config
  * Splitting the SPAs (#2219)
  * Bug chasing (#2257)
  * cargo fmt + clippy (#2241)
  * service-account or person validity show returns for non-existing identity (#2258)
  * don't need write if we are not writing (#2256)
  * adding service account patch methods (#2255)
  * .deb package build and docs fixes (#2252)
  * Auth flow docs (#2249)
  * pykanidm test code (#2202)
  * chore(deps): bump the all group with 5 updates (#2247)
  * chore(deps-dev): bump the all group in /pykanidm with 4 updates (#2246)
  * 20231019 1122 account policy basics (#2245)
  * Add note on snaps to PAM and nsswitch with link to new section in FAQ (#2244)
  * 20231014 account policy (#2218)
  * chore(deps): bump rustix from 0.38.15 to 0.38.19 (#2242)
  * Fix incorrect references to LDAP in sync (#2239)
  * Remove unused crate users (#2240)
  * chore(deps-dev): bump urllib3 from 2.0.6 to 2.0.7 in /pykanidm (#2238)
  * Windows build fixes and test coverage (#2220)

OBS-URL: https://build.opensuse.org/request/show/1121430
OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=36
2023-11-14 21:53:27 +00:00

16 lines
575 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/dnaeon/rust-sshkeys.git?rev=fa5bd02dd6e90ee724fdb981253c1e7726a7f534"]
git = "https://github.com/dnaeon/rust-sshkeys.git"
rev = "fa5bd02dd6e90ee724fdb981253c1e7726a7f534"
replace-with = "vendored-sources"
[source."git+https://github.com/kanidm/webauthn-rs.git?rev=2218d2055c0c900ef57b398423eee5e8d5521f4c"]
git = "https://github.com/kanidm/webauthn-rs.git"
rev = "2218d2055c0c900ef57b398423eee5e8d5521f4c"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"