Skip to content

Commit 50cc1d4

Browse files
Merge #1457
1457: Cargo.toml: Bump license-exprs to 1.4.0 r=carols10cents And then update `Cargo.lock` with: ```console $ 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 rust-lang/cargo#4898). Fixes #1278.
2 parents 0666318 + 45217ad commit 50cc1d4

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)