10
10
11
11
[package ]
12
12
name = " pgrx"
13
- version = " 0.10.0 "
13
+ version = " 0.10.1 "
14
14
authors = [
" PgCentral Foundation, Inc. <[email protected] >" ]
15
15
license = " MIT"
16
16
description = " pgrx: A Rust framework for creating Postgres extensions"
@@ -44,15 +44,15 @@ no-default-features = true
44
44
rustc-args = [" --cfg" , " docsrs" ]
45
45
46
46
[dependencies ]
47
- pgrx-macros = { path = " ../pgrx-macros" , version = " =0.10.0 " }
48
- pgrx-pg-sys = { path = " ../pgrx-pg-sys" , version = " =0.10.0 " }
49
- pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.10.0 " }
47
+ pgrx-macros = { path = " ../pgrx-macros" , version = " =0.10.1 " }
48
+ pgrx-pg-sys = { path = " ../pgrx-pg-sys" , version = " =0.10.1 " }
49
+ pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.10.1 " }
50
50
51
51
# used to internally impl things
52
52
once_cell = " 1.18.0" # polyfill until std::lazy::OnceCell stabilizes
53
53
seq-macro = " 0.3" # impls loops in macros
54
54
uuid = { version = " 1.4.1" , features = [ " v4" ] } # PgLwLock and shmem
55
- enum-map = " 2.6.1 "
55
+ enum-map = " 2.6.3 "
56
56
57
57
# error handling and logging
58
58
thiserror = " 1.0"
@@ -62,7 +62,7 @@ atomic-traits = "0.3.0" # PgAtomic and shmem init
62
62
bitflags = " 2.4.0" # BackgroundWorker
63
63
bitvec = " 1.0" # processing array nullbitmaps
64
64
heapless = " 0.7.16" # shmem and PgLwLock
65
- libc = " 0.2.147 " # FFI type compat
65
+ libc = " 0.2.148 " # FFI type compat
66
66
seahash = " 4.1.0" # derive(PostgresHash)
67
67
serde = { version = " 1.0" , features = [ " derive" ] } # impls on pub types
68
68
serde_cbor = " 0.11.2" # derive(PostgresType)
0 commit comments