Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 09367e3 commit b7c861e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
[dependencies]
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
hifitime = "3.9.0"
strum = "0.25"
strum = "0.26"
strum_macros = "0.25"
horrorshow = "0.8"
itertools = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ thiserror = "1"
bitflags = { version = "2.3", features = ["serde"] }
lazy_static = "1.4"
map_3d = "0.1.5"
strum = "0.25"
strum = "0.26"
strum_macros = "0.25"
num-integer = "0.1.44"
itertools = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion sinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ readme = "README.md"
[dependencies]
chrono = "0.4"
thiserror = "1"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.25"
gnss-rs = { version = "2.1.2", features = ["serde"] }

0 comments on commit b7c861e

Please sign in to comment.