Skip to content

Commit 1189725

Browse files
ci skip: update deps, bump patch version
1 parent e8f8c14 commit 1189725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["example", "hedge"]
44

55
[workspace.package]
6-
version = "1.2.13"
6+
version = "1.2.14"
77
edition = "2024"
88
authors = ["flowerinthenight <[email protected]>"]
99
license = "MIT"
@@ -18,7 +18,7 @@ ctrlc = "3.5.1"
1818
env_logger = "0.11.8"
1919
exp_backoff = "0.1.6"
2020
google-cloud-spanner = { package = "gcloud-spanner", version = "1.4.1" }
21-
log = "0.4.28"
21+
log = "0.4.29"
2222
num_cpus = "1.17.0"
2323
# We don't depend on rustls, but it's panicking without this.
2424
# https://github.com/rustls/rustls/issues/1938
@@ -29,7 +29,7 @@ rustls = { version = "0.23.35", default-features = false, features = [
2929
"tls12",
3030
] }
3131
scopeguard = "1.2.0"
32-
spindle_rs = "1.2.24"
32+
spindle_rs = "1.2.25"
3333
time = "0.3.44"
3434
tokio = { version = "1.48.0", features = ["full"] }
35-
uuid = { version = "1.18.1", features = ["v4"] }
35+
uuid = { version = "1.19.0", features = ["v4"] }

0 commit comments

Comments
 (0)