From 7d459a3da457c1aa4699317c488b8ee1170ef2da Mon Sep 17 00:00:00 2001 From: MrCroxx Date: Tue, 11 Nov 2025 20:11:02 +0800 Subject: [PATCH 1/2] chore: fix typos Signed-off-by: MrCroxx --- src/connector/src/sink/encoder/template.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( From f6cfc95d32a59b6161fa6d18f80cf4e203c0ff9b Mon Sep 17 00:00:00 2001 From: MrCroxx Date: Tue, 11 Nov 2025 20:12:28 +0800 Subject: [PATCH 2/2] build: upgrade typos-cli version Signed-off-by: MrCroxx --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = """