Skip to content

Commit b3a1696

Browse files
committed
Update dependencies
Signed-off-by: Eren Atas <[email protected]>
1 parent c3e3a9d commit b3a1696

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crates/flagd/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ cucumber = "0.21"
3030
tokio-stream = "0.1"
3131
futures-core = "0.3"
3232
testcontainers = { version = "0.23.1", features = ["http_wait", "blocking"] }
33-
wiremock = "0.6.2"
34-
tempfile = "3.3.1"
33+
wiremock = "0.6.3"
34+
tempfile = "3.19.0"
3535
serial_test = "3.2"
3636
tracing-test = "0.2"
3737
test-log = { version = "0.2", features = ["trace"] }
@@ -42,19 +42,19 @@ async-trait = "0.1"
4242
tonic = { version = "0.12", features = ["tls"] }
4343
prost = "0.13"
4444
prost-types = "0.13"
45-
tokio = { version = "1.0", features = ["full"] }
45+
tokio = { version = "1.44", features = ["full"] }
4646
serde_json = "1.0"
4747
serde = { version = "1.0", features = ["derive"] }
4848
lru = "0.13"
4949
futures = "0.3"
5050
reqwest = { version = "0.12", features = ["json", "stream"] }
5151
tracing = "0.1"
5252
tracing-subscriber = "0.3"
53-
anyhow = "1.0.95"
53+
anyhow = "1.0.97"
5454
regex = "1.11.1"
55-
semver = "1.0.25"
55+
semver = "1.0.26"
5656
murmurhash3 = "0.0.5"
5757
tower = "0.5"
5858
hyper-util = { version = "0.1", features = ["tokio"] }
5959
thiserror = "2.0"
60-
datalogic-rs = "2.0.16"
60+
datalogic-rs = "2.1.15"

0 commit comments

Comments
 (0)