Skip to content

Commit 94d2e3b

Browse files
committed
Try updating specific deps
1 parent fb07e3c commit 94d2e3b

File tree

2 files changed

+71
-58
lines changed

2 files changed

+71
-58
lines changed

library/crates/Cargo.lock

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

library/crates/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ async-stripe = { version = "0.39.1", features = ["runtime-tokio-hyper"] }
1717
async-trait = "0.1.59"
1818
axum = { version = "0.5.15", features = ["ws"] }
1919
bincode = "1.3.3"
20-
chrono = "0.4.38"
21-
chrono-tz = { version = "0.9.0", features = ["case-insensitive"] }
20+
chrono = "0.4.40"
21+
chrono-tz = { version = "0.10.1", features = ["case-insensitive"] }
2222
clap = "4.0.26"
2323
coerce = "0.8.3"
2424
crossbeam = "0.8.2"
@@ -33,7 +33,7 @@ http = "1.1.0"
3333
home = "0.5.11"
3434
hyper = { version = "0.14.31", features = ["full"] }
3535
hyper-rustls = "0.25.0"
36-
itertools = "0.10.3"
36+
itertools = "0.14.0"
3737
jsonwebtoken = "8.3.0"
3838
k8s-openapi = { version = "0.16.0", features = ["v1_25"] }
3939
kube = { version = "0.77.0", features = ["runtime", "derive"] }
@@ -84,7 +84,7 @@ xxhash-rust = { version = "0.8.12", features = ["xxh3"] }
8484

8585
[dev-dependencies]
8686
async-std = { version = "1.12.0", features = ["attributes"] }
87-
cbindgen = "0.24.5"
87+
cbindgen = "0.28.0"
8888
criterion = "0.5.1"
8989
cucumber = "0.19.1"
9090
rand_core = "0.3.1"

0 commit comments

Comments
 (0)