Skip to content

Commit

Permalink
build(deps): bump async-graphql and cidr-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrouet authored Oct 3, 2024
1 parent de1c100 commit a997692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ serialize = ["serde"]
graphql = ["async-graphql"]

[dependencies]
async-graphql = { version = "^6.0", optional = true }
cidr-utils = "^0.5"
async-graphql = { version = "^7.0", optional = true }
cidr-utils = "^0.6"
serde = { version = "^1.0", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit a997692

Please sign in to comment.