Skip to content

Commit

Permalink
Bump num_enum from 0.5.11 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.1.
- [Commits](illicitonion/num_enum@0.5.11...0.6.1)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 12d5d84 commit 05de542
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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 asn1-per/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ anyhow = "1.0.52"
async-channel = "1.6.1"
asn1-codecs = { git = "https://github.com/nplrkn/hampi" }
thiserror = "1.0.36"
num_enum = "0.5.11"
num_enum = "0.6.1"
bitvec = "1.0.1"
nonempty = "0.8.1"
2 changes: 1 addition & 1 deletion e1ap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ anyhow = "1.0.52"
slog = "2.7.0"
asn1-per = { path = "../asn1-per"}
xxap = { path = "../xxap"}
num_enum = "0.5.11"
num_enum = "0.6.1"
net = { path = "../net" }
2 changes: 1 addition & 1 deletion f1ap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.52"
slog = "2.7.0"
asn1-per = { path = "../asn1-per"}
xxap = { path = "../xxap"}
num_enum = "0.5.11"
num_enum = "0.6.1"
net = { path = "../net" }
hex = "0.4.3"
nonempty = "0.8.1"
2 changes: 1 addition & 1 deletion ngap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.52"
slog = "2.7.0"
asn1-per = { path = "../asn1-per"}
xxap = { path = "../xxap"}
num_enum = "0.5.11"
num_enum = "0.6.1"
net = { path = "../net" }


2 changes: 1 addition & 1 deletion rrc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doctest = false

[dependencies]
asn1-per = { path = "../asn1-per"}
num_enum = "0.5.11"
num_enum = "0.6.1"
async-trait = "0.1.68"
net = { path = "../net" }
slog = "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion xxap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hex = "0.4.3"
anyhow = "1.0.52"
slog = "2.7.0"
asn1-per = { path = "../asn1-per"}
num_enum = "0.5.11"
num_enum = "0.6.1"
net = { path = "../net" }
async-net = "1.6.1"
bitvec = "1.0.1"
Expand Down

0 comments on commit 05de542

Please sign in to comment.