Update bazel build to rust 1.45
diff --git a/WORKSPACE b/WORKSPACE
index cd2a2e8..08e7c80 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -24,13 +24,13 @@
load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repository_set")
rust_repository_set(
- name = "rust_1_44_linux",
+ name = "rust_1_45_linux",
exec_triple = "x86_64-unknown-linux-gnu",
- version = "1.44.0",
+ version = "1.45.0",
)
rust_repository_set(
- name = "rust_1_44_darwin",
+ name = "rust_1_45_darwin",
exec_triple = "x86_64-apple-darwin",
- version = "1.44.0",
+ version = "1.45.0",
)