Skip to content

Commit eb0993c

Browse files
Update strum requirement from 0.26 to 0.27
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.1...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c11453 commit eb0993c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rinex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
113113
[dependencies]
114114
num = "0.4"
115115
regex = "1"
116-
strum = "0.26"
116+
strum = "0.27"
117117
thiserror = "2"
118118
lazy_static = "1.4"
119119
num-derive = "0.4"

sinex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ readme = "README.md"
1919
chrono = "0.4"
2020
thiserror = "1"
2121
strum_macros = "0.26"
22-
strum = { version = "0.26", features = ["derive"] }
22+
strum = { version = "0.27", features = ["derive"] }
2323
gnss-rs = { version = "2.3.1", features = ["serde"] }

0 commit comments

Comments
 (0)