Revert "chore: Disable workspace inheritance for [package] (#775)" (#776)

This reverts commit 4899ae007a.
This commit is contained in:
Fabian-Lars
2023-11-29 11:08:11 +01:00
committed by GitHub
parent 4899ae007a
commit 12900556a0
18 changed files with 67 additions and 66 deletions
Generated
+4 -2
View File
@@ -3549,14 +3549,16 @@ dependencies = [
[[package]]
name = "rsa"
version = "0.9.5"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474"
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
dependencies = [
"byteorder",
"const-oid",
"digest 0.10.7",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pkcs1",
"pkcs8",