Skip to content

Commit 30b2c6b

Browse files
authored
Bump gel-derive v0.7.4, gel-pg-protocol v0.1.2, gel-auth v0.1.7 (#514)
1 parent c5d32b6 commit 30b2c6b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

gel-auth/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gel-auth"
33
license = "MIT/Apache-2.0"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
authors = ["MagicStack Inc. <hello@magic.io>"]
66
edition = "2021"
77
description = "Authentication and authorization for the Gel database."
@@ -17,7 +17,7 @@ postgres = ["dep:gel-pg-protocol"]
1717
gel = ["dep:gel-db-protocol"]
1818

1919
[dependencies]
20-
gel-pg-protocol = { version = "^0.1.1", path = "../gel-pg-protocol", optional = true }
20+
gel-pg-protocol = { version = "^0.1.2", path = "../gel-pg-protocol", optional = true }
2121
gel-db-protocol = { version = "^0.2.0", path = "../gel-db-protocol", optional = true }
2222

2323
tracing.workspace = true

gel-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gel-derive"
33
license = "MIT/Apache-2.0"
4-
version = "0.7.3"
4+
version = "0.7.4"
55
authors = ["MagicStack Inc. <hello@magic.io>"]
66
edition = "2018"
77
description = """

gel-frontend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tokio.workspace = true
1010

1111
# We should offer openssl/rustls as separate features
1212
gel-stream = { path = "../gel-stream", version = "^0.4.5", features = ["server", "rustls", "pem", "__test_keys"] }
13-
gel-auth = { path = "../gel-auth", version = "0.1", features = ["postgres", "gel"] }
14-
gel-pg-protocol = { path = "../gel-pg-protocol", version = "0.1" }
13+
gel-auth = { path = "../gel-auth", version = "^0.1.7", features = ["postgres", "gel"] }
14+
gel-pg-protocol = { path = "../gel-pg-protocol", version = "^0.1.2" }
1515
gel-db-protocol = { path = "../gel-db-protocol", version = "0.2.0" }
1616
gel-jwt = { path = "../gel-jwt", version = "0.1", features = ["keygen"] }
1717

gel-pg-captive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Run a captive PostgreSQL server for testing purposes."
1111
workspace = true
1212

1313
[dependencies]
14-
gel-auth = { path = "../gel-auth", version = "^0.1.6" }
14+
gel-auth = { path = "../gel-auth", version = "^0.1.7" }
1515
gel-stream = { path = "../gel-stream", version = "^0.4.5", default-features = false, features = ["client", "tokio", "rustls", "__test_keys"] }
1616

1717
tempfile = "3"

gel-pg-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gel-pg-protocol"
33
license = "MIT/Apache-2.0"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["MagicStack Inc. <hello@magic.io>"]
66
edition = "2021"
77
description = "The Gel implementation of the PostgreSQL wire protocol."

gel-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ gel-protocol = { path = "../gel-protocol", version = "^0.9.0", features = [
1616
"with-serde",
1717
] }
1818
gel-errors = { path = "../gel-errors", version = "^0.5.4" }
19-
gel-derive = { path = "../gel-derive", version = "^0.7.3", optional = true }
19+
gel-derive = { path = "../gel-derive", version = "^0.7.4", optional = true }
2020
gel-stream = { path = "../gel-stream", version = "^0.4.5", features = ["client", "tokio", "rustls", "hickory", "keepalive"] }
2121
gel-dsn = { path = "../gel-dsn", version = "^0.2.16", features = ["gel", "log", "auto-log-trace", "auto-log-warning"] }
22-
gel-auth = { path = "../gel-auth", version = "^0.1.6" }
22+
gel-auth = { path = "../gel-auth", version = "^0.1.7" }
2323
tokio = { workspace = true, features = ["net", "time", "sync", "macros"] }
2424
bytes = "1.5.0"
2525
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)