Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 09367e3 commit 6bd5e45
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 @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
hifitime = "3.9.0"
strum = "0.25"
strum_macros = "0.25"
strum_macros = "0.26"
horrorshow = "0.8"
itertools = "0.12.0"
statrs = "0.16"
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bitflags = { version = "2.3", features = ["serde"] }
lazy_static = "1.4"
map_3d = "0.1.5"
strum = "0.25"
strum_macros = "0.25"
strum_macros = "0.26"
num-integer = "0.1.44"
itertools = "0.12.0"
geo = { version = "0.27", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ readme = "README.md"
chrono = "0.4"
thiserror = "1"
strum = { version = "0.25", features = ["derive"] }
strum_macros = "0.25"
strum_macros = "0.26"
gnss-rs = { version = "2.1.2", features = ["serde"] }

0 comments on commit 6bd5e45

Please sign in to comment.