Skip to content

Commit

Permalink
Merge pull request #107 from tweedegolf/dependabot/cargo/backend-depe…
Browse files Browse the repository at this point in the history
…ndencies-f3397cc55a

Bump the backend-dependencies group across 1 directory with 7 updates
  • Loading branch information
tdittr authored Dec 12, 2024
2 parents 8049168 + 71f9e65 commit 628b3ab
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ edition = "2021"
license = "MIT"

[dependencies]
anyhow = "1.0.93"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.21", features = ["derive"] }
anyhow = "1.0.94"
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive"] }
csv = "1.3.1"
db-dump = "0.7.7"
schemars = { version = "1.0.0-alpha.15", features = ["chrono04", "semver1", "url2"] }
db-dump = "0.7.9"
schemars = { version = "1.0.0-alpha.17", features = ["chrono04", "semver1", "url2"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
spdx = "0.10.7"
toml = "0.8.19"
url = { version = "2.5.3", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }

0 comments on commit 628b3ab

Please sign in to comment.