Skip to content

Commit

Permalink
build(deps): bump enumflags2 from 0.7.5 to 0.7.7
Browse files Browse the repository at this point in the history
Bumps [enumflags2](https://github.com/meithecatte/enumflags2) from 0.7.5 to 0.7.7.
- [Release notes](https://github.com/meithecatte/enumflags2/releases)
- [Commits](meithecatte/enumflags2@v0.7.5...v0.7.7)

---
updated-dependencies:
- dependency-name: enumflags2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent e294265 commit a2b9b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 schema-engine/connectors/sql-schema-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ user-facing-errors = { path = "../../../libs/user-facing-errors", features = ["s

chrono = { version = "0.4" }
connection-string.workspace = true
enumflags2 = "0.7.1"
enumflags2 = "0.7.7"
once_cell = "1.3"
regex = "1"
serde_json = { version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion schema-engine/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ user-facing-errors = { path = "../../libs/user-facing-errors" }

async-trait = "0.1.17"
chrono = { version = "0.4", features = ["serde"] }
enumflags2 = "0.7.1"
enumflags2 = "0.7.7"
jsonrpc-core = "17.0"
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit a2b9b6f

Please sign in to comment.