Skip to content

Commit 5cda890

Browse files
committed
Bump dependencies
1 parent f072117 commit 5cda890

File tree

2 files changed

+24
-28
lines changed

2 files changed

+24
-28
lines changed

Cargo.lock

Lines changed: 15 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ license = "Apache-2.0"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
actix-session = "0.7.1"
13-
anyhow = "1.0.62"
14-
async-trait = "0.1.57"
15-
chrono = { version = "0.4.19", features = ["serde"] }
12+
actix-session = "0.7.2"
13+
anyhow = "1.0.71"
14+
async-trait = "0.1.68"
15+
chrono = { version = "0.4.26", features = ["serde"] }
1616
rand = "0.8.5"
17-
serde = { version = "1.0.144", features = ["derive"]}
18-
serde_json = { version = "1.0.85" }
19-
sqlx = { version = "0.6.0", features = ["json", "chrono", "runtime-actix-rustls", "time", "postgres"] }
20-
time = "0.3.14"
17+
serde = { version = "1.0.164", features = ["derive"]}
18+
serde_json = { version = "1.0.99" }
19+
sqlx = { version = "0.6", features = ["json", "chrono", "runtime-actix-rustls", "time", "postgres"] }
20+
time = "0.3.19"
2121

2222
[dev-dependencies]
2323
testcontainers = { version ="0.14.0"}
24-
actix-test = "0.1.0"
24+
actix-test = "0.1.1"
2525
actix-web = { version = "4", default_features = false, features = ["cookies", "secure-cookies", "macros"] }
2626
actix-session = { version = "0.7.1" }

0 commit comments

Comments
 (0)