Skip to content

Commit 069cfd7

Browse files
committed
Update dependencies and bump version
1 parent 989b11f commit 069cfd7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlxmq"
3-
version = "0.3.5"
3+
version = "0.4.0"
44
authors = ["Diggory Blake <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -15,15 +15,15 @@ members = ["sqlxmq_macros", "sqlxmq_stress"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
sqlx = { version = "0.5.2", features = ["postgres", "chrono", "uuid"] }
18+
sqlx = { version = "0.6.0", features = ["postgres", "chrono", "uuid"] }
1919
tokio = { version = "1.8.3", features = ["full"] }
2020
dotenv = "0.15.0"
2121
chrono = "0.4.19"
22-
uuid = { version = "0.8.2", features = ["v4"] }
22+
uuid = { version = "1.1.2", features = ["v4"] }
2323
log = "0.4.14"
2424
serde_json = "1.0.64"
2525
serde = "1.0.124"
26-
sqlxmq_macros = { version = "0.3.5", path = "sqlxmq_macros" }
26+
sqlxmq_macros = { version = "0.4.0", path = "sqlxmq_macros" }
2727
anymap2 = "0.13.0"
2828

2929
[features]

sqlxmq_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlxmq_macros"
3-
version = "0.3.5"
3+
version = "0.4.0"
44
authors = ["Diggory Blake <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

sqlxmq_stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
sqlxmq = { path = ".." }
1111
tokio = { version = "1.4.0", features = ["full"] }
1212
dotenv = "0.15.0"
13-
sqlx = "0.5.1"
13+
sqlx = "0.6.0"
1414
serde = "1.0.125"
1515
lazy_static = "1.4.0"
1616
futures = "0.3.13"

0 commit comments

Comments
 (0)