Skip to content

Commit

Permalink
dep-update: bump cidr from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [cidr](https://github.com/stbuehler/rust-cidr) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/stbuehler/rust-cidr/releases)
- [Changelog](https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md)
- [Commits](stbuehler/rust-cidr@cidr-0.3.0...cidr-0.3.1)

---
updated-dependencies:
- dependency-name: cidr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e142aaf commit 85917b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aws-config = { version = "1.5.14", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.69.0", features = ["behavior-version-latest"] }
base64 = "0.22.1"
chrono = { version = "0.4.39", features = ["serde"] }
cidr = "0.3.0"
cidr = "0.3.1"
clap = { version = "4.5.26", features = ["derive", "env"] }
clap-markdown = "0.1.4"
dashmap = "6.1.0"
Expand Down

0 comments on commit 85917b6

Please sign in to comment.