From 8fdc2b9e7114da3658f015aa0b2d9b1826c6829c Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 30 Oct 2023 09:25:43 -0700 Subject: [PATCH] Bump bitflags --- edgedb-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb-protocol/Cargo.toml b/edgedb-protocol/Cargo.toml index 5eb8e5a6..60f36a66 100644 --- a/edgedb-protocol/Cargo.toml +++ b/edgedb-protocol/Cargo.toml @@ -20,7 +20,7 @@ num-traits = {version="0.2.10", optional=true} bigdecimal = {version="0.3.0", optional=true} chrono = {version="0.4.23", optional=true, features=["std"], default-features=false} edgedb-errors = {path = "../edgedb-errors", version = "0.4.0" } -bitflags = "2.0.2" +bitflags = "2.4.0" [features] default = []