Skip to content

Commit 45217ad

Browse files
committed
Cargo.toml: Bump license-exprs to 1.4.0
And then update Cargo.lock with: $ cargo build This bumps us from the SPDX License List 2.4 to 3.1. Some 2.4 identifiers have since been deprecated by SPDX, but none of them have been removed, so it should be safe to deploy this before bumping Cargo and its docs (which mention 2.4 since [1]). [1]: rust-lang/cargo#4898
1 parent 0666318 commit 45217ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ log = "0.3"
4242
env_logger = "0.5"
4343
hex = "0.3"
4444
htmlescape = "0.3.1"
45-
license-exprs = "^1.3"
45+
license-exprs = "^1.4"
4646
dotenv = "0.11.0"
4747
toml = "0.4"
4848
diesel = { version = "1.3.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }

0 commit comments

Comments
 (0)