aboutsummaryrefslogtreecommitdiff
path: root/alacritty_config_derive
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-10-08 05:29:57 +0200
committerGitHub <noreply@github.com>2023-10-08 07:29:57 +0400
commit59c63d373804fe9d00d92d2dd47174d4e1637333 (patch)
tree4e80165d62fd632f0a5b5c285845fc9f97ee1e0b /alacritty_config_derive
parentc2f8abecfbaf6b6388e7746b733b7f22cbb7a750 (diff)
downloadalacritty-59c63d373804fe9d00d92d2dd47174d4e1637333.tar.gz
alacritty-59c63d373804fe9d00d92d2dd47174d4e1637333.zip
Update dependencies
This patch applies all breaking and non-breaking dependency updates and bumps MSRV to 1.70.0.
Diffstat (limited to 'alacritty_config_derive')
-rw-r--r--alacritty_config_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml
index 0e228ced..d0c0492e 100644
--- a/alacritty_config_derive/Cargo.toml
+++ b/alacritty_config_derive/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
description = "Failure resistant deserialization derive"
homepage = "https://github.com/alacritty/alacritty"
edition = "2021"
-rust-version = "1.65.0"
+rust-version = "1.70.0"
[lib]
proc-macro = true
@@ -23,4 +23,4 @@ version = "0.1.2-dev"
[dev-dependencies]
log = "0.4.11"
serde = { version = "1.0.117", features = ["derive"] }
-toml = "0.7.1"
+toml = "0.8.2"