Skip to content

Commit 9d1fbd2

Browse files
authored
chore: Remove unnecessary explicit triomphe dependency (#91)
This was temporarily required as `triomphe` was required transitively through `moka`, which wasn't pinning it appropriately to maintain their stated MSRV policy. That was changed with `moka v0.12.8`, allowing us to remove this workaround.
1 parent 78c9668 commit 9d1fbd2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

launchdarkly-server-sdk/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description = "LaunchDarkly Server-Side SDK"
44
version = "2.1.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
7-
# TODO: When you change this to 1.76+, remove the explicit triomphe dependency
8-
# below.
97
rust-version = "1.74.0" # MSRV
108
license = "Apache-2.0"
119
homepage = "https://docs.launchdarkly.com/sdk/server-side/rust"
@@ -33,10 +31,6 @@ tokio = { version = "1.17.0", features = ["rt-multi-thread"] }
3331
parking_lot = "0.12.0"
3432
tokio-stream = { version = "0.1.8", features = ["sync"] }
3533
moka = { version = "0.12.1", features = ["sync"] }
36-
# NOTE: This dependency is only here to deal with a rustc compliation issue.
37-
# Once we move to rustc 1.76, we should be able to remove this explicit
38-
# dependency.
39-
triomphe = { version = "<=0.1.10" }
4034
uuid = {version = "1.2.2", features = ["v4"] }
4135
hyper = { version = "0.14.19", features = ["client", "http1", "http2", "tcp"] }
4236
hyper-rustls = { version = "0.24.1" , optional = true}

0 commit comments

Comments
 (0)