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

chore(deps): bump casbin from 2.2.0 to 2.4.0

Bumps [casbin](https://github.com/casbin/casbin-rs) from 2.2.0 to 2.4.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.2.0...v2.4.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-02 17:47:46 +00:00 committed by GitHub
parent a31e6731d2
commit 0004c3d1eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

52
Cargo.lock generated
View File

@ -1939,19 +1939,19 @@ dependencies = [
[[package]]
name = "casbin"
version = "2.2.0"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71063d3ee2f5ecc89229ccade0f3f8fb413b5e3978124a38b611216f91dd7c9"
checksum = "d51a6ae36c4b6d1241cfd6572ec861639095291f1fba7222443b63e44b25be5e"
dependencies = [
"async-trait",
"fixedbitset",
"getrandom",
"hashlink 0.9.1",
"once_cell",
"parking_lot",
"petgraph",
"regex",
"rhai",
"ritelinked",
"serde",
"thiserror",
"tokio",
@ -2546,7 +2546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.2",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
@ -3615,15 +3615,6 @@ dependencies = [
"walkdir",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash 0.7.8",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
@ -3644,9 +3635,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.14.2"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash 0.8.11",
"allocator-api2",
@ -3658,7 +3649,16 @@ version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
"hashbrown 0.14.2",
"hashbrown 0.14.5",
]
[[package]]
name = "hashlink"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
dependencies = [
"hashbrown 0.14.5",
]
[[package]]
@ -4061,7 +4061,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
"hashbrown 0.14.2",
"hashbrown 0.14.5",
"serde",
]
@ -4538,7 +4538,7 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
dependencies = [
"hashbrown 0.14.2",
"hashbrown 0.14.5",
]
[[package]]
@ -4657,7 +4657,7 @@ checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"hashbrown 0.14.2",
"hashbrown 0.14.5",
"metrics",
"num_cpus",
"quanta",
@ -4672,7 +4672,7 @@ dependencies = [
"actix-web",
"actix-web-lab",
"aes-gcm-siv",
"base64 0.22.1",
"base64 0.21.7",
"env_logger",
"log",
"serde",
@ -6296,16 +6296,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "ritelinked"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98f2771d255fd99f0294f13249fecd0cae6e074f86b4197ec1f1689d537b44d3"
dependencies = [
"ahash 0.7.8",
"hashbrown 0.11.2",
]
[[package]]
name = "rkyv"
version = "0.7.44"
@ -7197,7 +7187,7 @@ dependencies = [
"futures-intrusive",
"futures-io",
"futures-util",
"hashlink",
"hashlink 0.8.4",
"hex",
"indexmap 2.1.0",
"log",