diff --git a/Makefile.toml b/Makefile.toml index 91c4c9076f0a2..396c272ff868c 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -1168,7 +1168,7 @@ fi private = true category = "RiseDev - Check" description = "Run cargo typos-cli check" -install_crate = { min_version = "1.30.2", crate_name = "typos-cli", binary = "typos", test_arg = [ +install_crate = { min_version = "1.39.0", crate_name = "typos-cli", binary = "typos", test_arg = [ "--help", ], install_command = "binstall" } script = """ diff --git a/src/connector/src/sink/encoder/template.rs b/src/connector/src/sink/encoder/template.rs index 7995547629ff6..51c45943ce43d 100644 --- a/src/connector/src/sink/encoder/template.rs +++ b/src/connector/src/sink/encoder/template.rs @@ -433,7 +433,7 @@ impl TemplateEncoderOutput { "RedisGeoKey can't convert to string".to_owned(), )), TemplateEncoderOutput::RedisGeoValue(_) => Err(SinkError::Encode( - "RedisGeoVelue can't convert to string".to_owned(), + "RedisGeoValue can't convert to string".to_owned(), )), TemplateEncoderOutput::RedisPubSubStreamKey(s) => Ok(s), TemplateEncoderOutput::RedisStreamValue((_, _)) => Err(SinkError::Encode( @@ -451,7 +451,7 @@ impl SerTo for TemplateEncoderOutput { "RedisGeoKey can't convert to string".to_owned(), )), TemplateEncoderOutput::RedisGeoValue(_) => Err(SinkError::Encode( - "RedisGeoVelue can't convert to string".to_owned(), + "RedisGeoValue can't convert to string".to_owned(), )), TemplateEncoderOutput::RedisPubSubStreamKey(s) => Ok(s), TemplateEncoderOutput::RedisStreamValue((_, _)) => Err(SinkError::Encode(