Skip to content

Commit

Permalink
Merge pull request #1274 from axolotl-chat/dependabot/cargo/env_logge…
Browse files Browse the repository at this point in the history
…r-0.11.5

Bump env_logger from 0.11.1 to 0.11.5
  • Loading branch information
darkdragon-001 committed Jul 31, 2024
2 parents bc18ac0 + 272a3e4 commit 3a8c361
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures = { version = "0.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.22"
env_logger = "0.11.1"
env_logger = "0.11.5"
url = "2.5.2"
sled = "0.34.7"
clap = { version = "4.4.18", features = ["derive"] }
Expand Down
20 changes: 10 additions & 10 deletions flatpak/cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstyle/anstyle-1.0.4.crate",
"sha256": "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87",
"dest": "cargo/vendor/anstyle-1.0.4"
"url": "https://static.crates.io/crates/anstyle/anstyle-1.0.8.crate",
"sha256": "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1",
"dest": "cargo/vendor/anstyle-1.0.8"
},
{
"type": "inline",
"contents": "{\"package\": \"7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-1.0.4",
"contents": "{\"package\": \"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-1.0.8",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -1674,14 +1674,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/env_logger/env_logger-0.11.1.crate",
"sha256": "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8",
"dest": "cargo/vendor/env_logger-0.11.1"
"url": "https://static.crates.io/crates/env_logger/env_logger-0.11.5.crate",
"sha256": "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d",
"dest": "cargo/vendor/env_logger-0.11.5"
},
{
"type": "inline",
"contents": "{\"package\": \"05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8\", \"files\": {}}",
"dest": "cargo/vendor/env_logger-0.11.1",
"contents": "{\"package\": \"e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d\", \"files\": {}}",
"dest": "cargo/vendor/env_logger-0.11.5",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit 3a8c361

Please sign in to comment.