Browse Source

Bump glob from 0.3.2 to 0.3.3

Bumps [glob](https://github.com/rust-lang/glob) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/165/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
d5381954f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      acmed/Cargo.toml

4
Cargo.lock

@ -636,9 +636,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "glob"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "h2"

2
acmed/Cargo.toml

@ -27,7 +27,7 @@ async-process = "2.1.0"
bincode = "1.3.3"
clap = { version = "4.5.3", features = ["string"] }
futures = "0.3.30"
glob = "0.3.1"
glob = "0.3.3"
log = "0.4.21"
nom = { version = "7.1.3", default-features = false, features = [] }
serde = { version = "1.0.197", features = ["derive"] }

Loading…
Cancel
Save