Skip to content

Commit

Permalink
Bump birdcage from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [birdcage](https://github.com/phylum-dev/birdcage) from 0.3.1 to 0.4.0.
- [Changelog](https://github.com/phylum-dev/birdcage/blob/main/CHANGELOG.md)
- [Commits](phylum-dev/birdcage@v0.3.1...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 71413da commit ca2c5c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 41 deletions.
51 changes: 13 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pam-direct-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pamsm = { version = "0.5", features = ["libpam"] }
pam-utils = { path = "../pam-utils" }
thiserror = "1"
error-stack = "0.4"
birdcage = { version = "0.3", optional = true }
birdcage = { version = "0.4", optional = true }

[features]
default = ["sandbox"]
Expand Down
2 changes: 1 addition & 1 deletion pam-pin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pin-data = { path = "../pin-data" }
thiserror = "1"
error-stack = "0.4"
argon2 = { version = "0.5", features = ["std"] }
birdcage = { version = "0.3", optional = true }
birdcage = { version = "0.4", optional = true }

[features]
default = ["sandbox"]
Expand Down
2 changes: 1 addition & 1 deletion pin-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ argon2 = { version = "0.5", features = ["std"] }
rand_core = { version = "0.6", features = ["std"] }
rpassword = "7.2"
clap = { version = "3.2", features = ["derive"] }
birdcage = { version = "0.3", optional = true }
birdcage = { version = "0.4", optional = true }

[features]
default = ["sandbox"]
Expand Down

0 comments on commit ca2c5c5

Please sign in to comment.