diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f3f4b781..02f5c677 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: toolchain: - - "1.63" # MSRV + - "1.65" # MSRV - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index f5c4e176..bc9bcbb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["excel", "ods", "xls", "xlsx", "xlsb"] categories = ["encoding", "parsing", "text-processing"] exclude = ["tests/**/*"] edition = "2021" -rust-version = "1.63" +rust-version = "1.65" [dependencies] byteorder = "1.4" @@ -20,7 +20,7 @@ encoding_rs = "0.8" log = "0.4" once_cell = { version = "1.18", optional = true } serde = "1.0" -quick-xml = { version = "0.30", features = ["encoding"] } +quick-xml = { version = "0.31", features = ["encoding"] } zip = { version = "0.6", default-features = false, features = ["deflate"] } chrono = { version = "0.4", features = [ "serde",