Skip to content

Commit

Permalink
fix(deps): update rust crate bitflags to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent a19d12a commit 1026ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions analytical/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analytical/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
required-features = [ "tungstenite", "color-eyre", "pretty_env_logger", "serde_json", "serde", "reqwest" ]

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
color-eyre = { version = "0.6.3", optional = true }
log = "0.4.21"
pretty_env_logger = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 1026ebe

Please sign in to comment.