1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore(deps): bump casbin from 2.4.0 to 2.5.0

Bumps [casbin](https://github.com/casbin/casbin-rs) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/casbin/casbin-rs/releases)
- [Changelog](https://github.com/casbin/casbin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/casbin/casbin-rs/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: casbin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 17:14:19 +00:00 committed by GitHub
parent 2c68b99c0b
commit 96c0d60805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
Cargo.lock generated
View File

@ -1966,9 +1966,9 @@ dependencies = [
[[package]] [[package]]
name = "casbin" name = "casbin"
version = "2.4.0" version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51a6ae36c4b6d1241cfd6572ec861639095291f1fba7222443b63e44b25be5e" checksum = "66e141a8db13c2e8bf3fdd6ac2b48ace7e70d2e4a66c329a4bb759e1368f22dc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"fixedbitset", "fixedbitset",
@ -1980,6 +1980,7 @@ dependencies = [
"regex", "regex",
"rhai", "rhai",
"serde", "serde",
"serde_json",
"thiserror", "thiserror",
"tokio", "tokio",
] ]