Skip to content

Commit

Permalink
Update biscuit requirement from 0.6.0-beta1 to 0.7.0 (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent ec10a51 commit d98663b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio-stream = "0.1"
ulid = "1.0"

[dev-dependencies]
biscuit = "0.6.0-beta1"
biscuit = "0.7.0"
criterion = "0.5"
futures-util = { version = "0.3", default-features = false, features = [
"sink",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tokio-stream = "0.1"
ulid = "1.0"

[dev-dependencies]
biscuit = "0.6.0-beta1"
biscuit = "0.7.0"
criterion = "0.5"
fake = { version = "2.4", features = ['derive', 'chrono', 'http', 'uuid'] }
futures-util = { version = "0.3", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion nakago_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
anyhow = "1.0"
async-trait = "0.1"
axum = { version = "0.6", features = ["ws", "macros"] }
biscuit = "0.6.0-beta1"
biscuit = "0.7.0"
derive-new = "0.5"
fake = { version = "2.4", features = ['derive', 'chrono', 'http', 'uuid'] }
figment = { version = "0.10", features = ["env"] }
Expand Down

0 comments on commit d98663b

Please sign in to comment.