Skip to content

Commit 8588438

Browse files
authored
Merge pull request #292 from influxdata/crepererum/fix-ci
chore: require `rsasl` 2.2.1
2 parents 0ffccde + e5ae2f4 commit 8588438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tokio = { version = "1.19", default-features = false, features = ["io-util", "ne
3636
tokio-rustls = { version = "0.26", optional = true, default-features = false, features = ["logging", "ring", "tls12"] }
3737
tracing = "0.1"
3838
zstd = { version = "0.13", optional = true }
39-
rsasl = { version = "2.1", default-features = false, features = ["config_builder", "provider", "plain", "scram-sha-2", "oauthbearer"]}
39+
rsasl = { version = "2.2.1", default-features = false, features = ["config_builder", "provider", "plain", "scram-sha-2", "oauthbearer"]}
4040

4141
[dev-dependencies]
4242
assert_matches = "1.5"

0 commit comments

Comments
 (0)