diff --git a/Cargo.lock b/Cargo.lock index 0e83faa90..7e964007d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1957,9 +1957,9 @@ checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" [[package]] name = "heck" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" @@ -3259,24 +3259,24 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" +checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef" +checksum = "fe9f3bd7d2e45dcc5e265fbb88d6513e4747d8ef9444cf01a533119bce28a157" dependencies = [ "heck", "proc-macro2", "quote", "rustversion", - "syn 1.0.109", + "syn 2.0.13", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 22089067b..12c571c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1.0" serde_yaml = "0.9.21" # TODO With the new value parsers, we're really close to being able to eliminate # the strum dependency -strum = { version = "0.24.1", features = ["derive"] } +strum = { version = "0.25.0", features = ["derive"] } time = { version = "0.3.22", features = ["formatting"] } time-humanize = { version = "0.1.3", features = ["time"] } tokei = "12.1.2" diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index 1f04a9d73..f552d6d94 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -12,4 +12,4 @@ repository = "https://github.com/o2sh/onefetch" anyhow = "1.0" cargo_toml = "0.15.3" npm-package-json = "0.1.3" -strum = { version = "0.24.1", features = ["derive"] } +strum = { version = "0.25.0", features = ["derive"] }